Trivial patch

This commit is contained in:
Miroslav Stampar
2020-01-08 00:01:15 +01:00
parent 0e9dd9b0be
commit dbebb34bc8
2 changed files with 3 additions and 3 deletions

View File

@@ -184,11 +184,11 @@ def fuzzTest():
if "Traceback" in output:
dataToStdout("---\n\n$ %s\n" % cmd)
dataToStdout("%s---\n" % clearColors(output))
else:
handle, config = tempfile.mkstemp(prefix="sqlmapcrash", suffix=".conf")
os.close(handle)
open(config, "w+").write("\n".join(lines))
else:
dataToStdout("\r%d\r" % count)
count += 1