Skip to content

Commit

Permalink
fix : minor edit in notebook_run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jul 19, 2024
1 parent 8f88050 commit 4f14266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Otherfiles/notebook_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ep.preprocess(nb, {'metadata': {'path': 'Document/'}})
with open(path + EXTENSION, 'w', encoding='utf-8') as f:
nbformat.write(nb, f)
print("{0}.{1} [OK]".format(str(index + 1), notebook))
print("\t{0}.{1} [OK]".format(str(index + 1), notebook))
print("\nCopying ...")
for index, item in enumerate(sorted(COPY_DICT)):
shutil.copy(item, COPY_DICT[item])
Expand Down

0 comments on commit 4f14266

Please sign in to comment.