Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
a9e7e237
Commit
a9e7e237
authored
May 25, 2023
by
space-nuko
Browse files
Fix
parent
e2d080b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
execution.py
execution.py
+1
-3
No files found.
execution.py
View file @
a9e7e237
...
@@ -499,9 +499,7 @@ def validate_inputs(prompt, item, validated):
...
@@ -499,9 +499,7 @@ def validate_inputs(prompt, item, validated):
if
r
is
not
True
:
if
r
is
not
True
:
details
=
f
"
{
x
}
"
details
=
f
"
{
x
}
"
if
r
is
not
False
:
if
r
is
not
False
:
details
+=
f
":
{
str
(
r
)
}
"
details
+=
f
" -
{
str
(
r
)
}
"
else
:
details
+=
"."
error
=
{
error
=
{
"type"
:
"custom_validation_failed"
,
"type"
:
"custom_validation_failed"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment