Skip to content

Commit

Permalink
fix the machine poll exiting function (red-hat-data-services#956)
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Kumar <[email protected]>
  • Loading branch information
tarukumar authored and Shilpa Chugh committed Nov 27, 2023
1 parent df07146 commit 0929702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/utils/scripts/ocm/ocm.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def check_if_machine_pool_exists(self):
self.cluster_name, self.pool_name
)
ret = execute_command(cmd)
if ret is None:
if not ret:
return False
return True

Expand Down

0 comments on commit 0929702

Please sign in to comment.