Skip to content

Commit

Permalink
server: Don't mute exceptions
Browse files Browse the repository at this point in the history
Fixes: #97

Signed-off-by: Ernesto Puerta <[email protected]>
  • Loading branch information
epuertat committed Apr 12, 2023
1 parent a66cefa commit 8b55884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion control/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def __exit__(self, exc_type, exc_value, traceback):
self.server.stop(None)

self.logger.info("Exiting the gateway process.")
return True

def serve(self):
"""Starts gateway server."""
Expand Down

0 comments on commit 8b55884

Please sign in to comment.