mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor typo fix
This commit is contained in:
parent
c8d1020a13
commit
5324018c7e
1 changed files with 1 additions and 1 deletions
|
|
@ -154,5 +154,5 @@ if __name__ == "__main__":
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log_fd.write("An exception has occurred:\n%s" % str(traceback.format_exc()))
|
log_fd.write("An exception has occurred:\n%s" % str(traceback.format_exc()))
|
||||||
|
|
||||||
log_fd.write("Regression test finished at %s\n\n" % time.strftime("%H:%M:%S %d-%m-%Y", time.gmtime())
|
log_fd.write("Regression test finished at %s\n\n" % time.strftime("%H:%M:%S %d-%m-%Y", time.gmtime()))
|
||||||
log_fd.close()
|
log_fd.close()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue