mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-23 12:26:03 +03:00
feat(error): added better upload error display
This commit is contained in:
parent
4b806db3c0
commit
dda296a95d
@ -17,4 +17,5 @@ def upload_file_storage(file, file_identifier: str) -> Response:
|
||||
return response
|
||||
except Exception as e:
|
||||
logger.error(e)
|
||||
print(e)
|
||||
return response
|
||||
|
Loading…
Reference in New Issue
Block a user