Skip to content

Commit

Permalink
Merge pull request #530 from medulla-tech/deepsource-transform-e9ca435a
Browse files Browse the repository at this point in the history
style: format code with Black and PHP CS Fixer
  • Loading branch information
neoclust authored Nov 22, 2024
2 parents fc14ed6 + 6d0cbfe commit 845efe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pulse_xmpp_agent/pluginsmachine/plugin_updatecacert.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ def updatecacertversion(version):
for cmd in commands:
result = utils.simplecommand(cmd)
if result["code"] == 0:
logger.info(f"We successfully updated Medulla CA Cert to version {CACERTVERSION}")
logger.info(
f"We successfully updated Medulla CA Cert to version {CACERTVERSION}"
)
else:
logger.error(f"Failed to execute command: {cmd}")

Expand Down

0 comments on commit 845efe8

Please sign in to comment.