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

Skip to content

Commit 3a883a8

Browse files
committed
minor update
1 parent 0eeb48f commit 3a883a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sqlmap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ def main():
110110
logger.error(errMsg)
111111
closeDumper(False, errMsg)
112112

113+
except SystemExit:
114+
pass
115+
113116
except:
114117
print
115118
errMsg = unhandledExceptionMessage()

0 commit comments

Comments
 (0)