Skip to content

Commit 9df12da

Browse files
Break up long line (#12184)
1 parent 30c0bd9 commit 9df12da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/base-images/base-runner/python_coverage_runner_help.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def should_exclude_file(filepath):
3232
return True
3333

3434
# 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:
35+
if ('/usr/local/lib/python' in filepath and
36+
'site-packages' not in filepath and 'dist-packages' not in filepath):
3637
return True
3738

3839
# Avoid all PyInstaller modules.

0 commit comments

Comments
 (0)