We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aced1d + dbb4ac2 commit 06534e2Copy full SHA for 06534e2
get_imports.py
@@ -182,14 +182,14 @@ def get_learn_guide_cp_projects():
182
continue
183
184
# Skip this folder and all subfolders
185
- if ".circuitpython.skip" in filenames:
+ if ".circuitpython.skip-screenshot" in filenames:
186
del dirnames[:]
187
188
# Skip files in this folder, but handle sub-folders
189
- if ".circuitpython.skip-here" in filenames:
+ if ".circuitpython.skip-screenshot-here" in filenames:
190
191
# Do not reurse, but handle files in this folder
192
- if ".circuitpython.skip-sub" in filenames:
+ if ".circuitpython.skip-screenshot-sub" in filenames:
193
194
195
if any(f for f in filenames if f.endswith(".py")):
0 commit comments