diff --git a/osxphotos/utils.py b/osxphotos/utils.py index 361dccec..0346bd9d 100644 --- a/osxphotos/utils.py +++ b/osxphotos/utils.py @@ -420,7 +420,7 @@ def increment_filename(filepath): def expand_and_validate_filepath(path: str) -> str: - """validate and expand ~ in filepath, also un-escapes "\ " + """validate and expand ~ in filepath, also un-escapes spaces Returns: expanded path if path is valid file, else None