Skip to content

Commit

Permalink
Broke the monitor ... doh
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Dec 2, 2017
1 parent 5a86b9b commit 2e6d798
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions piwheels/monitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def __call__(self, args=None):
config = parser.parse_args(args)
except: # pylint: disable=bare-except
return terminal.error_handler(*sys.exc_info())
else:
return 0

ctx = zmq.Context()
self.status_queue = ctx.socket(zmq.SUB)
Expand Down

0 comments on commit 2e6d798

Please sign in to comment.