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
03f2d0a7
Commit
03f2d0a7
authored
May 27, 2023
by
space-nuko
Browse files
Rename exception message field
parent
52c9590b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
execution.py
execution.py
+2
-2
No files found.
execution.py
View file @
03f2d0a7
...
@@ -171,7 +171,7 @@ def recursive_execute(server, prompt, outputs, current_item, extra_data, execute
...
@@ -171,7 +171,7 @@ def recursive_execute(server, prompt, outputs, current_item, extra_data, execute
error_details
=
{
error_details
=
{
"node_id"
:
unique_id
,
"node_id"
:
unique_id
,
"message"
:
str
(
ex
),
"
exception_
message"
:
str
(
ex
),
"exception_type"
:
exception_type
,
"exception_type"
:
exception_type
,
"traceback"
:
traceback
.
format_tb
(
tb
),
"traceback"
:
traceback
.
format_tb
(
tb
),
"current_inputs"
:
input_data_formatted
,
"current_inputs"
:
input_data_formatted
,
...
@@ -282,7 +282,7 @@ class PromptExecutor:
...
@@ -282,7 +282,7 @@ class PromptExecutor:
"node_type"
:
class_type
,
"node_type"
:
class_type
,
"executed"
:
list
(
executed
),
"executed"
:
list
(
executed
),
"message"
:
error
[
"message"
],
"
exception_
message"
:
error
[
"
exception_
message"
],
"exception_type"
:
error
[
"exception_type"
],
"exception_type"
:
error
[
"exception_type"
],
"traceback"
:
error
[
"traceback"
],
"traceback"
:
error
[
"traceback"
],
"current_inputs"
:
error
[
"current_inputs"
],
"current_inputs"
:
error
[
"current_inputs"
],
...
...
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