sub event processor print traceback

This commit is contained in:
iLLiCiTiT 2019-10-25 18:24:12 +02:00
parent 4313cc5667
commit e0f7752205

View file

@ -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()