Apply suggestions from code review of branch download-stitched-image

Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
Julian Stirling 2025-07-02 09:39:33 +00:00
parent 7295b86cf6
commit 2e18c2017a
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ class ScanDirectoryManager:
def get_file_path_from(
self, scan_name: str, filename: str, check_exists: bool = False
) -> Optional[str]:
"""Return the file full path for the file within a scan directory
"""Return the full file path for the file within a scan directory
If check_exists is True then None will be returned if the file does
not exist.