Skip to content

Commit

Permalink
Add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 30, 2023
1 parent 3097999 commit 422c84d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sky/backends/cloud_vm_ray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,8 @@ def _gcp_handler(blocked_resources: Set['resources_lib.Resources'],
blocked_resources,
launchable_resources.copy(zone=zone.name))
else:
logger.debug('Got unparsed error blocking resources by zone: '
f'{e}.')
_add_to_blocked_resources(
blocked_resources,
launchable_resources.copy(zone=zone.name))
Expand Down

0 comments on commit 422c84d

Please sign in to comment.