mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
sub event processor print traceback
This commit is contained in:
parent
4313cc5667
commit
e0f7752205
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@ def main(args):
|
||||||
log.debug("Launched Ftrack Event processor")
|
log.debug("Launched Ftrack Event processor")
|
||||||
server.run_server(session)
|
server.run_server(session)
|
||||||
|
|
||||||
|
except Exception as exc:
|
||||||
|
import traceback
|
||||||
|
traceback.print_tb(exc.__traceback__)
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
log.debug("First closing socket")
|
log.debug("First closing socket")
|
||||||
sock.close()
|
sock.close()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue