We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37c679 commit 619bbb2Copy full SHA for 619bbb2
scripts/workspace/mask/replace.py
@@ -24,7 +24,7 @@ def get_files(path, all_files):
24
file_list = os.listdir(path)
25
for file in file_list:
26
if ".ipynb" in file:
27
- print('escape ' + file)
+ print('ignore ' + file)
28
continue
29
cur_path = os.path.join(path, file)
30
if os.path.isdir(cur_path):
0 commit comments