Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c79033b + 8ca1a65 commit 9d75927Copy full SHA for 9d75927
1 file changed
pyjfuzz/core/pjf_executor.py
@@ -66,7 +66,7 @@ def spawn(self, cmd, stdin_content="", stdin=False, shell=False, timeout=2):
66
except KeyboardInterrupt:
67
return
68
except OSError:
69
- raise PJFProcessExecutionError("Binary <%s> does not exists" % cmd[0])
+ raise PJFProcessExecutionError("Binary <%s> does not exist" % cmd[0])
70
except Exception as e:
71
raise PJFBaseException(e.message)
72
0 commit comments