Skip to content

Commit 619bbb2

Browse files
committed
feat: ignore ipynb
1 parent b37c679 commit 619bbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/workspace/mask/replace.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_files(path, all_files):
2424
file_list = os.listdir(path)
2525
for file in file_list:
2626
if ".ipynb" in file:
27-
print('escape ' + file)
27+
print('ignore ' + file)
2828
continue
2929
cur_path = os.path.join(path, file)
3030
if os.path.isdir(cur_path):

0 commit comments

Comments
 (0)