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 30c0bd9 commit 9df12daCopy full SHA for 9df12da
infra/base-images/base-runner/python_coverage_runner_help.py
@@ -32,7 +32,8 @@ def should_exclude_file(filepath):
32
return True
33
34
# Filter out all standard python libraries
35
- if '/usr/local/lib/python' in filepath and 'site-packages' not in filepath and 'dist-packages' not in filepath:
+ if ('/usr/local/lib/python' in filepath and
36
+ 'site-packages' not in filepath and 'dist-packages' not in filepath):
37
38
39
# Avoid all PyInstaller modules.
0 commit comments