diff --git a/src/gphotos_sync/__main__.py b/src/gphotos_sync/__main__.py index bd8cd57..3d5ffe3 100644 --- a/src/gphotos_sync/__main__.py +++ b/src/gphotos_sync/__main__.py @@ -402,7 +402,7 @@ def setup(self, args: Namespace, db_path: Path): if args.compare_folder: self.local_files_scan = LocalFilesScan( root_folder, - compare_folder, + compare_folder, # type: ignore self.data_store, # type: ignore )