mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 04:33:16 +00:00
minor style update
This commit is contained in:
parent
452ef202ae
commit
302d782a0f
6 changed files with 8 additions and 8 deletions
|
|
@ -251,7 +251,7 @@ def __setOutputResume():
|
|||
if not conf.sessionFile:
|
||||
conf.sessionFile = "%s%ssession" % (conf.outputPath, os.sep)
|
||||
|
||||
logger.info("using '%s' as session file" % conf.sessionFile)
|
||||
logger.info("using '%s' as a session file" % conf.sessionFile)
|
||||
|
||||
if os.path.exists(conf.sessionFile):
|
||||
if not conf.flushSession:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue