mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor update
This commit is contained in:
@@ -1379,9 +1379,6 @@ def __purgeOutput():
|
||||
"""
|
||||
|
||||
if conf.purgeOutput and os.path.isdir(paths.SQLMAP_OUTPUT_PATH):
|
||||
infoMsg = "purging content of output directory ('%s')" % paths.SQLMAP_OUTPUT_PATH
|
||||
logger.info(infoMsg)
|
||||
|
||||
purge(paths.SQLMAP_OUTPUT_PATH)
|
||||
|
||||
def __setConfAttributes():
|
||||
|
||||
Reference in New Issue
Block a user