Skip to content

Commit 49551d5

Browse files
author
Konstantinacc
committed
Corrected return value in function resume_log.
1 parent e29d29d commit 49551d5

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
@@ -619,7 +619,7 @@ def resume_log (self, logfile, compile_type, sketches):
619619
if logfile:
620620
log_file = strftime(logfile, log_time)
621621

622-
return (urls_to_visit, log_entry, log_file, disqus_wrapper, current_date)
622+
return (urls_to_visit, log_entry, log_file, log_time, current_date)
623623

624624
def create_log (self, log_file, log_entry,compile_type):
625625
# Dump the test results to `log_file`.

0 commit comments

Comments
 (0)