formatting
This commit is contained in:
parent
5486fe7eb4
commit
f46fc1f071
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ async def data_item_to_text_file(
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
raise IngestionError(message="Local files are not accepted.")
|
raise IngestionError(message="Local files are not accepted.")
|
||||||
|
|
||||||
# data has unsupported URL scheme or format
|
# data has unsupported URL scheme or format
|
||||||
else:
|
else:
|
||||||
raise IngestionError(message=f"Unsupported data source format: {data_item_path}")
|
raise IngestionError(message=f"Unsupported data source format: {data_item_path}")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue