mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-25 12:24:18 +03:00
Applying patch from Brandon Perry via ML
This commit is contained in:
parent
3e65037a05
commit
8853e43616
|
@ -134,6 +134,7 @@ class Task(object):
|
||||||
self.set_option("oDir", self.output_directory)
|
self.set_option("oDir", self.output_directory)
|
||||||
|
|
||||||
def clean_filesystem(self):
|
def clean_filesystem(self):
|
||||||
|
if self.output_directory:
|
||||||
shutil.rmtree(self.output_directory)
|
shutil.rmtree(self.output_directory)
|
||||||
|
|
||||||
def engine_start(self):
|
def engine_start(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user