mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: typo in logger statement (import_model)
This commit is contained in:
parent
73eeef34c4
commit
b08ad28daa
@ -170,7 +170,7 @@ async def import_model(
|
||||
logger.error(str(e))
|
||||
raise HTTPException(status_code=404, detail=str(e))
|
||||
except InvalidModelException as e:
|
||||
log.error(str(e))
|
||||
logger.error(str(e))
|
||||
raise HTTPException(status_code=415)
|
||||
except ValueError as e:
|
||||
logger.error(str(e))
|
||||
|
Loading…
Reference in New Issue
Block a user