Skip to content

Commit

Permalink
🎨 Format Python code with Black, and Bash code with Shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin authored and github-actions[bot] committed Jan 21, 2025
1 parent 80b6c0c commit c073300
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,9 @@ def close(self, error=None):
+ "</strong>"
)
else:
msg = m18n.n("log_help_to_get_failed_log", name=self.name, desc=desc)
msg = m18n.n(
"log_help_to_get_failed_log", name=self.name, desc=desc
)
logger.info(msg)
self.flush()
return msg
Expand Down

0 comments on commit c073300

Please sign in to comment.