Skip to content

Commit

Permalink
Merge branch 'new_provisioner_gcp' of github.com:skypilot-org/skypilo…
Browse files Browse the repository at this point in the history
…t into new_provisioner_gcp
  • Loading branch information
Michaelvll committed Dec 30, 2023
2 parents 42a9764 + 65beafe commit 747e640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/provision/gcp/instance_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ def _log_errors(errors: List[Dict[str, str]], e: Any, zone: str) -> None:
messages = '; '.join(
repr(e.get('message', 'N/A').strip('.')) for e in errors)
logger.warning(
f'create_instances: Failed with return code{plural} {codes} in '
f'{zone}. (message{plural}: {messages})')
f'create_instances: Got return code{plural} {codes} in '
f'{zone}: {messages}')
else:
logger.warning(f'create_instances: Failed with reason: {e}')

Expand Down

0 comments on commit 747e640

Please sign in to comment.