Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5324018

Browse files
committed
minor typo fix
1 parent c8d1020 commit 5324018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extra/shutils/regressiontest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ def main():
154154
except Exception, e:
155155
log_fd.write("An exception has occurred:\n%s" % str(traceback.format_exc()))
156156

157-
log_fd.write("Regression test finished at %s\n\n" % time.strftime("%H:%M:%S %d-%m-%Y", time.gmtime())
157+
log_fd.write("Regression test finished at %s\n\n" % time.strftime("%H:%M:%S %d-%m-%Y", time.gmtime()))
158158
log_fd.close()

0 commit comments

Comments
 (0)