mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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")
|
||||
server.run_server(session)
|
||||
|
||||
except Exception as exc:
|
||||
import traceback
|
||||
traceback.print_tb(exc.__traceback__)
|
||||
|
||||
finally:
|
||||
log.debug("First closing socket")
|
||||
sock.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue