Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
landscapepainter committed Jul 27, 2023
1 parent 288fdf6 commit 0bdfc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/data/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ def _get_bucket(self,
return self._get_bucket(max_retries - 1)
else:
with ux_utils.print_exception_no_traceback():
raise exceptions.StorageBucketGetErrorr(
raise exceptions.StorageBucketGetError(
f'Attempted to get the bucket '
f'{self.name} but failed.') from e

Expand Down

0 comments on commit 0bdfc31

Please sign in to comment.