Parcourir la source

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

tags/0.10.0
非法操作 il y a 1 an
Parent
révision
853b0e84cc
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      api/core/workflow/workflow_entry.py

+ 1
- 1
api/core/workflow/workflow_entry.py Voir le fichier

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

Chargement…
Annuler
Enregistrer