Skip to content

Commit 9ee3097

Browse files
authored
Merge pull request #22 from jdkent/ensure_log_msg
[ENH] ensure there is a log entry for every run
2 parents 9bfc5fe + 2b488dd commit 9ee3097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

accel_code/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ def main():
105105

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

109111
return
110112

0 commit comments

Comments
 (0)