Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ronpandolfi committed Aug 9, 2023
1 parent c7f487f commit d0c873d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xicam/core/threads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def run(self, *args, **kwargs):
elif isinstance(self, QThreadFuture) and self.callback_slot:
invoke_in_main_thread(self.callback_slot, *value)


except Exception as ex:
self.exception = ex
self.sigExcept.emit(ex)
Expand Down

0 comments on commit d0c873d

Please sign in to comment.