Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins authored Jul 24, 2020
1 parent 3839aca commit a44e39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def run_notebook(filename):
running_time = t1-t0

print("Finished in %.2f seconds" % running_time)
print("%i files were accessed, %i were updated and %i were not updated due to errors in the code" % (total_files, working_files, total_files - working_files))
print("%i files were accessed, %i were updated and %i were not updated due to errors." % (total_files, working_files, total_files - working_files))

0 comments on commit a44e39b

Please sign in to comment.