Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanYiLin committed Jun 19, 2020
1 parent df33f4a commit 431e91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/kubeflow/tf_operator/k8s_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def wait_for_pods_to_be_in_phases(

is_match = True

if len(pods) == 0:
if len(pods.items) == 0:
time.sleep(polling_interval.seconds)
continue

Expand Down

0 comments on commit 431e91c

Please sign in to comment.