[Git][reproducible-builds/diffoscope][master] Apply black.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Tue May 17 17:21:31 UTC 2022



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
a5c00d26 by Chris Lamb at 2022-05-17T10:21:03-07:00
Apply black.

- - - - -


1 changed file:

- diffoscope/comparators/zip.py


Changes:

=====================================
diffoscope/comparators/zip.py
=====================================
@@ -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"
             )



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/a5c00d261c7f8ff565dbf2577550bd403b96d6f8

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/a5c00d261c7f8ff565dbf2577550bd403b96d6f8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220517/b3408a33/attachment.htm>


More information about the rb-commits mailing list