mirror of
https://github.com/clearml/clearml
synced 2025-02-01 01:26:49 +00:00
Fix Task.execute_remotely() with sub process
This commit is contained in:
parent
56825f9e7a
commit
9ff52a8699
@ -1893,7 +1893,7 @@ class Task(_Task):
|
|||||||
# leave this process.
|
# leave this process.
|
||||||
if exit_process:
|
if exit_process:
|
||||||
LoggerRoot.get_base_logger().warning('Terminating local execution process')
|
LoggerRoot.get_base_logger().warning('Terminating local execution process')
|
||||||
os._exit(0) # noqa
|
exit(0)
|
||||||
|
|
||||||
return task
|
return task
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user