mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 09:29:26 +00:00
Patch for an Issue #1106
This commit is contained in:
parent
06ff8b3a16
commit
f9a9ededb1
2 changed files with 4 additions and 2 deletions
|
|
@ -153,7 +153,8 @@ def main():
|
|||
if conf.get("showTime"):
|
||||
dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True)
|
||||
|
||||
shutil.rmtree(tempfile.tempdir, ignore_errors=True)
|
||||
if kb.get("tempDir"):
|
||||
shutil.rmtree(kb.tempDir, ignore_errors=True)
|
||||
|
||||
kb.threadContinue = False
|
||||
kb.threadException = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue