Skip to content

Commit

Permalink
style: format code with Black and PHP CS Fixer
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in fc14ed6 according to the output
from Black and PHP CS Fixer.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Nov 22, 2024
1 parent fc14ed6 commit 6d0cbfe
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 6d0cbfe

Please sign in to comment.