Skip to content

Commit

Permalink
Fix formatting in kolibri_daemon_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmccall committed Aug 31, 2023
1 parent 40e5ab7 commit 5e370b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/kolibri_gnome/kolibri_daemon_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ def __kolibri_api_get_async_on_soup_send(
if soup_message.get_status() >= Soup.Status.BAD_REQUEST:
# FIXME: It would be better to raise an exception, and
# handle it in the other side to set SESSION_STATUS_ERROR.
logger.warning(
f"Error calling Kolibri API: {soup_message.get_status()}"
)
logger.warning(f"Error calling Kolibri API: {soup_message.get_status()}")
result_cb(None)
return

Expand Down

0 comments on commit 5e370b6

Please sign in to comment.