Skip to content

Commit daa8028

Browse files
author
konstantina
committed
Added missing space in create_log function's arguments.
1 parent 2e586a1 commit daa8028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebender_testing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def resume_log (self, logfile, compile_type, sketches):
517517

518518
return (urls_to_visit, log_entry, log_file, log_time)
519519

520-
def create_log (self, log_file, log_entry,compile_type):
520+
def create_log (self, log_file, log_entry, compile_type):
521521
# Dump the test results to `log_file`.
522522
with open(log_file, 'w') as f:
523523
f.write(jsondump(log_entry))

0 commit comments

Comments
 (0)