We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f7fbc commit 6a8efa6Copy full SHA for 6a8efa6
1 file changed
tools/preprocess_frozen_modules.py
@@ -35,6 +35,7 @@ def copy_and_process(in_dir, out_dir):
35
# Skip library examples directory and subfolders.
36
relative_path_parts = Path(root).relative_to(in_dir).parts
37
if relative_path_parts and relative_path_parts[0] in ['examples', 'docs', 'tests']:
38
+ del subdirs[:]
39
continue
40
41
for file in files:
0 commit comments