Skip to content

Commit

Permalink
feat: ignore ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchZeng committed Oct 18, 2021
1 parent b37c679 commit 619bbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/workspace/mask/replace.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_files(path, all_files):
file_list = os.listdir(path)
for file in file_list:
if ".ipynb" in file:
print('escape ' + file)
print('ignore ' + file)
continue
cur_path = os.path.join(path, file)
if os.path.isdir(cur_path):
Expand Down

0 comments on commit 619bbb2

Please sign in to comment.