mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-12 07:38:04 +00:00
Fix invalid reference
This commit is contained in:
parent
a56343ffc7
commit
946e9d9ce9
@ -101,7 +101,7 @@ class PendingPodsDaemon(K8sDaemon):
|
|||||||
status_message="Changed by K8S glue",
|
status_message="Changed by K8S glue",
|
||||||
force=True
|
force=True
|
||||||
)
|
)
|
||||||
self._agent.command.send_logs(
|
self._agent.send_logs(
|
||||||
task_id, ["K8S Error: {}".format(msg)],
|
task_id, ["K8S Error: {}".format(msg)],
|
||||||
session=self._session
|
session=self._session
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user