Fix invalid reference

This commit is contained in:
Alex Burlacu 2023-08-24 18:51:27 +03:00
parent a56343ffc7
commit 946e9d9ce9

View File

@ -101,7 +101,7 @@ class PendingPodsDaemon(K8sDaemon):
status_message="Changed by K8S glue",
force=True
)
self._agent.command.send_logs(
self._agent.send_logs(
task_id, ["K8S Error: {}".format(msg)],
session=self._session
)