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

pull/9529/head
非法操作 1 year ago committed by AkaraChen
parent effd5449bc
commit 26358e971d

@ -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