Add missing input name/config
This commit is contained in:
parent
c33b7c5549
commit
0d834e3a2b
|
@ -365,6 +365,8 @@ def validate_inputs(prompt, item, validated):
|
||||||
"message": "Exception when validating node",
|
"message": "Exception when validating node",
|
||||||
"details": str(ex),
|
"details": str(ex),
|
||||||
"extra_info": {
|
"extra_info": {
|
||||||
|
"input_name": x,
|
||||||
|
"input_config": info,
|
||||||
"error_type": error_type,
|
"error_type": error_type,
|
||||||
"traceback": traceback.format_tb(tb)
|
"traceback": traceback.format_tb(tb)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue