diff --git a/backend/timeline/tasks/crud_tasks.py b/backend/timeline/tasks/crud_tasks.py index b17b2b4..d453dd3 100644 --- a/backend/timeline/tasks/crud_tasks.py +++ b/backend/timeline/tasks/crud_tasks.py @@ -92,7 +92,6 @@ def create_asset(path: str, commit=True) -> AssetCreationResult: except UnidentifiedImageError: logger.error("Invalid Image Format for %s", path) return None - except FileNotFoundError: logger.error("File not found: %s", path) return None