formatting

This commit is contained in:
vasilije 2025-09-07 15:30:29 -07:00
parent 5486fe7eb4
commit f46fc1f071

View file

@ -85,7 +85,7 @@ async def data_item_to_text_file(
)
else:
raise IngestionError(message="Local files are not accepted.")
# data has unsupported URL scheme or format
else:
raise IngestionError(message=f"Unsupported data source format: {data_item_path}")