mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update
This commit is contained in:
parent
1eecfb3dce
commit
d57d5e4b2c
2 changed files with 12 additions and 11 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue