mirror of
https://github.com/clearml/clearml
synced 2025-01-31 17:17:00 +00:00
Fix remote_execution from jupyter notebook
This commit is contained in:
parent
48c682459c
commit
29a5df407f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user