mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:36:31 +00:00
clean postbuild script
clean warnings
This commit is contained in:
@@ -66,7 +66,7 @@ cdef class RemoteCommandHandler:
|
||||
self._on_command(cmd)
|
||||
except Exception as e:
|
||||
if not self._shutdown_event.is_set():
|
||||
print(f"Worker error: {e}")
|
||||
constants.log(f"Worker error: {e}")
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user