Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Haddon committed Oct 21, 2023
1 parent f9ee97c commit a83e02c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,9 @@ def _set_up_discourse(self, event: HookEvent) -> None:
logger.info("Defer discourse setup.")
event.defer()
return
logger.info("Relations are ready and can connect to container, attempting to set up discourse.")
logger.info(
"Relations are ready and can connect to container, attempting to set up discourse."
)
try:
logger.info("Discourse setup: about to execute migrations.")
self._execute_migrations()
Expand Down

0 comments on commit a83e02c

Please sign in to comment.