mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Improve warning message on task execute_remotely
This commit is contained in:
parent
b846772138
commit
696c349488
@ -2778,7 +2778,8 @@ class Task(_Task):
|
||||
|
||||
# leave this process.
|
||||
if exit_process:
|
||||
LoggerRoot.get_base_logger().warning('Terminating local execution process')
|
||||
LoggerRoot.get_base_logger().warning(
|
||||
'ClearML Terminating local execution process - continuing execution remotely')
|
||||
leave_process(0)
|
||||
|
||||
return task
|
||||
|
Loading…
Reference in New Issue
Block a user