Skip to content

Commit

Permalink
raies instead of print
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Aug 16, 2024
1 parent 7b06620 commit 7e034f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/provision/gcp/mig_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ def wait_for_managed_group_to_be_stable(project_id: str, zone: str,
except subprocess.CalledProcessError as e:
stderr = e.stderr.decode('ascii')
logger.info(stderr)
raise

0 comments on commit 7e034f3

Please sign in to comment.