[Git][reproducible-builds/diffoscope][master] Reformat openssl.py.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Wed Mar 19 14:49:25 UTC 2025
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
cb33c13f by Chris Lamb at 2025-03-19T14:48:53+00:00
Reformat openssl.py.
- - - - -
1 changed file:
- diffoscope/comparators/openssl.py
Changes:
=====================================
diffoscope/comparators/openssl.py
=====================================
@@ -70,7 +70,9 @@ class MobileProvisionFile(File):
]
)
except subprocess.CalledProcessError as exc:
- logger.warning("Failed to execute openssl to analayse Xcode file", exc)
+ logger.warning(
+ "Failed to execute openssl to analayse Xcode file", exc
+ )
return "[Could not parse output]"
return plistlib.dumps(plistlib.loads(openssl_output), sort_keys=True)
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/cb33c13f4381a292044e3fbbc495ec0e54e57aef
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/cb33c13f4381a292044e3fbbc495ec0e54e57aef
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/20250319/41223981/attachment.htm>
More information about the rb-commits
mailing list