Improve warning message on task execute_remotely

This commit is contained in:
allegroai 2023-08-04 19:07:35 +03:00
parent b846772138
commit 696c349488

View File

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