Skip to content

Commit

Permalink
seeing if we can actually raise it still
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Jul 27, 2024
1 parent e39d50d commit 73d3e91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/packages/buskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@ def toggle(self):

# TODO: remove prints
msg = "usb_handler._exception:|" +str(self.usb_handler._exception)+ "|"; print(msg); logger.debug(msg)
msg = "usb_handler.exception:|" +str(self.usb_handler.exception)+ "|"; print(msg); logger.debug(msg)
msg = "DEBUG: 6"; print( msg ); logger.error( msg ) # TODO: remove me
msg = "usb_handler.status:|" +str(self.usb_handler.status)+ "|"; print(msg); logger.debug(msg)
msg = "DEBUG: 7"; print( msg ); logger.error( msg ) # TODO: remove me
Expand Down Expand Up @@ -1703,6 +1704,7 @@ def run(self):
print( msg ); logger.debug( msg )

self._cconn.send((e, tb))
raise e

@property
def exception(self):
Expand Down

0 comments on commit 73d3e91

Please sign in to comment.