mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Applying patch from Brandon Perry via ML
This commit is contained in:
@@ -134,6 +134,7 @@ class Task(object):
|
||||
self.set_option("oDir", self.output_directory)
|
||||
|
||||
def clean_filesystem(self):
|
||||
if self.output_directory:
|
||||
shutil.rmtree(self.output_directory)
|
||||
|
||||
def engine_start(self):
|
||||
|
||||
Reference in New Issue
Block a user