Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d1020 commit 5324018Copy full SHA for 5324018
1 file changed
extra/shutils/regressiontest.py
@@ -154,5 +154,5 @@ def main():
154
except Exception, e:
155
log_fd.write("An exception has occurred:\n%s" % str(traceback.format_exc()))
156
157
- 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()))
158
log_fd.close()
0 commit comments