Commit 52c9590b authored by space-nuko's avatar space-nuko
Browse files

Exception message

parent 62bdd9d2
...@@ -447,6 +447,7 @@ def validate_inputs(prompt, item, validated): ...@@ -447,6 +447,7 @@ def validate_inputs(prompt, item, validated):
"extra_info": { "extra_info": {
"input_name": x, "input_name": x,
"input_config": info, "input_config": info,
"exception_message": str(ex),
"exception_type": exception_type, "exception_type": exception_type,
"traceback": traceback.format_tb(tb), "traceback": traceback.format_tb(tb),
"linked_node": val "linked_node": val
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment