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.
1 parent d3779fa commit 83ff3f3Copy full SHA for 83ff3f3
docs/ansible-doc-extractor-collections.py
@@ -17,7 +17,7 @@
17
map(
18
lambda x: relpath + '/' + x,
19
filter(
20
- lambda x: "__init__.py" != x,
+ lambda x: "__init__.py" != x and "__pycache__" != x,
21
os.listdir(relpath)
22
)
23
0 commit comments