Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasKallingal committed Jul 26, 2024
1 parent ba3f164 commit 35002d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/utils/log_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def create_and_symlink_log_dir(log_dir: str):
os.remove(symlink_path)
except OSError:
logger.warning('Failed to remove old symlink to latest logs'
f'at {symlink_path!r}.')
f' at {symlink_path!r}.')
return
else:
logger.warning(
Expand Down

0 comments on commit 35002d3

Please sign in to comment.