Skip to content

Commit 83ff3f3

Browse files
kiera-bennettandrewhughes101
authored andcommitted
Update doc extractor to exclude pycache
1 parent d3779fa commit 83ff3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ansible-doc-extractor-collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
map(
1818
lambda x: relpath + '/' + x,
1919
filter(
20-
lambda x: "__init__.py" != x,
20+
lambda x: "__init__.py" != x and "__pycache__" != x,
2121
os.listdir(relpath)
2222
)
2323
)

0 commit comments

Comments
 (0)