Trivial style update

This commit is contained in:
Miroslav Stampar
2018-06-20 15:21:42 +02:00
parent e5968cae31
commit 717c451b8c
4 changed files with 7 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ def profile(profileOutputFile=None, dotOutputFile=None, imageOutputFile=None):
if os.path.exists(imageOutputFile):
os.remove(imageOutputFile)
infoMsg = "profiling the execution into file %s" % profileOutputFile
infoMsg = "profiling the execution into file '%s'" % profileOutputFile
logger.info(infoMsg)
# Start sqlmap main function and generate a raw profile file