diff --git a/scripts/ingest_folder.py b/scripts/ingest_folder.py index dd37d93..b0b3a35 100755 --- a/scripts/ingest_folder.py +++ b/scripts/ingest_folder.py @@ -26,8 +26,10 @@ class LocalIngestWorker: def _validate_folder(self, folder_path: Path) -> None: if not self.is_local_ingestion_enabled: - raise ValueError("Local ingestion is disabled." - "You can enable it in settings `ingestion.enabled`") + raise ValueError( + "Local ingestion is disabled." + "You can enable it in settings `ingestion.enabled`" + ) # Allow all folders if wildcard is present if "*" in self.allowed_local_folders: