mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 00:56:53 +00:00
Fix string format
This commit is contained in:
parent
2ff9985db7
commit
e63fd31420
@ -3321,7 +3321,7 @@ class Worker(ServiceCommandSection):
|
||||
)
|
||||
else:
|
||||
self.log("Task failure: setting status to 'failed'" + rank_text)
|
||||
self.send_logs(task_id, ["Process failed, exit code {}"+rank_text.format(exit_code)], session=session)
|
||||
self.send_logs(task_id, ["Process failed, exit code {}".format(exit_code) + rank_text], session=session)
|
||||
if not rank:
|
||||
session.send_api(
|
||||
tasks_api.FailedRequest(
|
||||
|
Loading…
Reference in New Issue
Block a user