mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor patch for Python3 check
This commit is contained in:
parent
6ac5b6b759
commit
5ccb73a1ee
3 changed files with 4 additions and 4 deletions
|
|
@ -203,7 +203,7 @@ def main():
|
|||
errMsg += "repository at '%s'" % GIT_PAGE
|
||||
logger.critical(errMsg)
|
||||
print
|
||||
print excMsg.strip()
|
||||
dataToStdout(excMsg)
|
||||
raise SystemExit
|
||||
elif any(_ in excMsg for _ in ("No space left", "Disk quota exceeded")):
|
||||
errMsg = "no space left on output device"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue