Skip to content

Commit

Permalink
Simplify the unavalible log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Conless committed Nov 29, 2024
1 parent 575ba56 commit 4e129ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sky/backends/cloud_vm_ray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@
_MAX_INLINE_SCRIPT_LENGTH = 120 * 1024

_RESOURCES_UNAVAILABLE_LOG = (
'The reasons for the infeasibility of each resource are summarized below. '
'For detailed explanations, please refer to the log above.')
'Reasons for provision failures (for details, please check the log above):')


def _is_command_length_over_limit(command: str) -> bool:
Expand Down

0 comments on commit 4e129ce

Please sign in to comment.