Skip to content

Commit

Permalink
Merge branch 'master' into better_collaboration
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr authored Jan 6, 2018
2 parents 72b558e + ce956ba commit ca65d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ def merge_dataframes():

batch_end = time.time()
elapsed = batch_end - batch_start # Get the elapsed time in seconds
print("Batch runner finished all iterations. Took: %s" % str(timedelta(seconds=elapsed)))
print("Batch runner finished all iterations. Took: %s" % str(timedelta(seconds=elapsed)))

0 comments on commit ca65d47

Please sign in to comment.