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

Reformat openssl.py.

parent c1827a11
No related branches found
No related tags found
No related merge requests found
Pipeline #834977 passed with warnings
......@@ -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)
......
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