mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
add --extra-info CLI option (defaults to False for interactive runs)
This commit is contained in:
@@ -250,7 +250,7 @@ class EventThread(threading.Thread):
|
||||
hook = getattr(self.account._pm.hook, name)
|
||||
hook(**kwargs)
|
||||
except Exception:
|
||||
if self.account._dc_context is not None:
|
||||
if not self._marked_for_shutdown and self.account._dc_context is not None:
|
||||
raise
|
||||
|
||||
def _map_ffi_event(self, ffi_event: FFIEvent):
|
||||
|
||||
Reference in New Issue
Block a user