Skip to content
Snippets Groups Projects
Commit a5c00d26 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Apply black.

parent e4ae650e
No related branches found
No related tags found
No related merge requests found
Pipeline #378829 failed
......@@ -131,7 +131,10 @@ def zipinfo_differences(file, other):
if zipinfo is not None:
# ... but if "zipinfo -v" indicates we have differences in .zip
# directory "extra fields", add a comment and prefer that output.
if re.search(r"[-+] The central-directory extra field contains:", verbose.unified_diff):
if re.search(
r"[-+] The central-directory extra field contains:",
verbose.unified_diff,
):
verbose.add_comment(
"Differences in extra fields detected; using output from zipinfo -v"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment