Skip to content

Commit

Permalink
Do not swallow exceptions that happen during server startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
maffoo committed Mar 4, 2016
1 parent a0f44f3 commit bbdc0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labrad/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ def startup(self, protocol):
log.err("connection failed, disconnecting")
traceback.print_exc()
self.disconnect(e)
raise

# Network events
# these methods are called by network events from twisted
Expand Down

0 comments on commit bbdc0e0

Please sign in to comment.