Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Jul 16, 2024
1 parent b42b416 commit 18d3dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/runners/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ def __job_failed_due_to_low_memory(self, job_state):

def __check_job_pod_running(self, job_state):
"""
checks the state of the pod to see if it is unschedulable.
checks the state of the pod to see if it is running.
"""
pods = find_pod_object_by_name(self._pykube_api, job_state.job_id, self.runner_params["k8s_namespace"])
if not pods.response["items"]:
Expand Down

0 comments on commit 18d3dfc

Please sign in to comment.