Skip to content

Commit

Permalink
fix : notebook_run.py updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 18, 2023
1 parent 10ddc38 commit 79a3b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherfile/notebook_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
print("\nCopying ...")
for item in sorted(COPY_DICT):
shutil.copy(item, COPY_DICT[item])
print("\t{0} --> {1} [OK}".format(item, COPY_DICT[item]))
print("\t{0} --> {1} [OK]".format(item, COPY_DICT[item]))

0 comments on commit 79a3b49

Please sign in to comment.