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.
There was an error while loading. Please reload this page.
1 parent 2280cd1 commit ab3ff02Copy full SHA for ab3ff02
1 file changed
sqlmap.py
@@ -191,12 +191,12 @@ def main():
191
if conf.get("showTime"):
192
dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True)
193
194
- if kb.get("tempDir"):
195
- shutil.rmtree(kb.tempDir, ignore_errors=True)
196
-
197
kb.threadContinue = False
198
kb.threadException = True
199
+ if kb.get("tempDir"):
+ shutil.rmtree(kb.tempDir, ignore_errors=True)
+
200
if conf.get("hashDB"):
201
try:
202
conf.hashDB.flush(True)
0 commit comments