Skip to content

Commit

Permalink
Comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed Jul 1, 2024
1 parent df857ff commit 1fd5fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_backup/backup/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def _try_get_escaped_path(
self, path_function: Callable, *args: Any, **kwargs: Any
) -> str:
"""
Return escaped path if if exists. Otherwise return regular path.
Return escaped path if it exists. Otherwise return regular path.
"""
path = path_function(*args, escape_names=True, **kwargs)
if self._storage_loader.path_exists(path, is_dir=True):
Expand Down

0 comments on commit 1fd5fc1

Please sign in to comment.