mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 03:39:19 +08:00
fix: draft run workflow node with image will raise error (#9406)
This commit is contained in:
parent
42fe208eda
commit
853b0e84cc
@ -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…
x
Reference in New Issue
Block a user