Commit 0d834e3a authored by space-nuko's avatar space-nuko
Browse files

Add missing input name/config

parent c33b7c55
......@@ -365,6 +365,8 @@ def validate_inputs(prompt, item, validated):
"message": "Exception when validating node",
"details": str(ex),
"extra_info": {
"input_name": x,
"input_config": info,
"error_type": error_type,
"traceback": traceback.format_tb(tb)
}
......
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