Browse Source

Exception message

pull/695/head
space-nuko 2 years ago
parent
commit
52c9590b7b
  1. 1
      execution.py

1
execution.py

@ -447,6 +447,7 @@ def validate_inputs(prompt, item, validated):
"extra_info": {
"input_name": x,
"input_config": info,
"exception_message": str(ex),
"exception_type": exception_type,
"traceback": traceback.format_tb(tb),
"linked_node": val

Loading…
Cancel
Save