Skip to content

Commit

Permalink
[docker] Fix missing space in docker.py warning (ray-project#19128)
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-lsf authored Oct 6, 2021
1 parent 8cab8d3 commit 77d0a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/autoscaler/_private/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def _check_docker_file_mounts(file_mounts: Dict[str, str]) -> None:
if Path(local).is_file():
cli_logger.warning(
f"File Mount: ({remote}:{local}) refers to a file.\n To ensure"
"this mount updates properly, please use a directory.")
" this mount updates properly, please use a directory.")


def validate_docker_config(config: Dict[str, Any]) -> None:
Expand Down

0 comments on commit 77d0a08

Please sign in to comment.