Skip to content

Commit

Permalink
readability
Browse files Browse the repository at this point in the history
  • Loading branch information
svhoy committed Jun 4, 2024
1 parent 40115d8 commit 58af79c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/sit_ble_devices/service_layer/messagebus.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ async def handle_command(self, command):
self.queue.extend(self.cuow.collect_new_events())
self.queue.extend(self.uduow.collect_new_events())
self.queue.extend(self.cmuow.collect_new_events())

except Exception: # pylint: disable=broad-exception-caught
logger.error(f"Exception handling command: {command}")

0 comments on commit 58af79c

Please sign in to comment.