mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
report processing stack traces to the console
This commit is contained in:
parent
5f7435955e
commit
b6cc4df1d8
@ -104,6 +104,7 @@ class DefaultInvocationProcessor(InvocationProcessorABC):
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
error = traceback.format_exc()
|
error = traceback.format_exc()
|
||||||
|
logger.error(error)
|
||||||
|
|
||||||
# Save error
|
# Save error
|
||||||
graph_execution_state.set_node_error(invocation.id, error)
|
graph_execution_state.set_node_error(invocation.id, error)
|
||||||
|
Loading…
Reference in New Issue
Block a user