Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 928bd1b

Browse files
author
Daniele Linguaglossa
committed
exists -> exist
1 parent f5cbf5a commit 928bd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyjfuzz/core/pjf_process_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def start_monitor(self, standalone=True):
122122
self.shutdown()
123123
self.process = False
124124
self.got_testcase = lambda: True
125-
raise PJFProcessExecutionError("Binary <%s> does not exists" % cmdline[0])
125+
raise PJFProcessExecutionError("Binary <%s> does not exist" % cmdline[0])
126126
except Exception as e:
127127
raise PJFBaseException("Unknown error please send log to author")
128128

0 commit comments

Comments
 (0)