Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed May 16, 2024
1 parent c98b25b commit 21908fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def _launch_with_confirm(
raise_if_no_cloud_access=True)
except exceptions.NoCloudAccessError as e:
# Catch the exception where the public cloud is not enabled, and
# only print the error message without the error type.
# make it yellow for better visibility.
with ux_utils.print_exception_no_traceback():
raise RuntimeError(f'{colorama.Fore.YELLOW}{e}'
f'{colorama.Style.RESET_ALL}') from e
Expand Down

0 comments on commit 21908fd

Please sign in to comment.