Skip to content

Commit

Permalink
Merge pull request #22 from jdkent/ensure_log_msg
Browse files Browse the repository at this point in the history
[ENH] ensure there is a log entry for every run
  • Loading branch information
jdkent authored Jul 9, 2020
2 parents 9bfc5fe + 2b488dd commit 9ee3097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accel_code/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ def main():

if file_copied:
logger.info("{of} -> {nf}".format(of=opts.old_file_path, nf=new_file_path))
else:
logger.info("{of} already copied".format(of=opts.old_file_path))

return

Expand Down

0 comments on commit 9ee3097

Please sign in to comment.