Apply suggestions from code review of branch download-stitched-image
Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
parent
7295b86cf6
commit
2e18c2017a
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue