1
0
mirror of https://github.com/clearml/clearml synced 2025-03-04 11:09:15 +00:00

Fix remote_execution from jupyter notebook

This commit is contained in:
allegroai 2021-01-24 09:05:18 +02:00
parent 48c682459c
commit 29a5df407f

View File

@ -1867,7 +1867,7 @@ class Task(_Task):
# leave this process.
if exit_process:
LoggerRoot.get_base_logger().warning('Terminating local execution process')
exit(0)
os._exit(0) # noqa
return task