mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Fix
This commit is contained in:
parent
e2d080b694
commit
a9e7e23724
@ -499,9 +499,7 @@ def validate_inputs(prompt, item, validated):
|
||||
if r is not True:
|
||||
details = f"{x}"
|
||||
if r is not False:
|
||||
details += f": {str(r)}"
|
||||
else:
|
||||
details += "."
|
||||
details += f" - {str(r)}"
|
||||
|
||||
error = {
|
||||
"type": "custom_validation_failed",
|
||||
|
Loading…
Reference in New Issue
Block a user