fix: draft run workflow node with image will raise error (#9406)

pull/6817/head^2
非法操作 2 years ago committed by GitHub
parent 42fe208eda
commit 853b0e84cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -289,7 +289,7 @@ class WorkflowEntry:
new_value.append(file)
if new_value:
value = new_value
input_value = new_value
# append variable and value to variable pool
variable_pool.add([variable_node_id] + variable_key_list, input_value)

Loading…
Cancel
Save