Skip to content

Commit

Permalink
Bug fix regarding job kind in wait_for_job_conditions python sdk
Browse files Browse the repository at this point in the history
Signed-off-by: sailesh duddupudi <[email protected]>
  • Loading branch information
saileshd1402 committed Sep 21, 2024
1 parent da11d11 commit 4d6ec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/kubeflow/training/api/training_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ def wait_for_job_conditions(
)

# Get Job conditions.
conditions = self.get_job_conditions(job=job, timeout=timeout)
conditions = self.get_job_conditions(job=job, timeout=timeout, job_kind=job_kind)
if len(conditions) > 0:
status_logger(
name,
Expand Down

0 comments on commit 4d6ec3a

Please sign in to comment.