Skip to content

Commit

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

Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
  • Loading branch information
epuertat authored Apr 11, 2023
1 parent a66cefa commit 66f0dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __exit__(self, exc_type, exc_value, traceback):
self.server.stop(None)

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

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

0 comments on commit 66f0dc9

Please sign in to comment.