refactor: Improve handling of template_dicts inputs in Vertex class
This commit is contained in:
parent
32170a79ae
commit
7d7e641260
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ class Vertex:
|
|||
|
||||
if "type" in value_dict:
|
||||
list_to_append.append(value_dict["type"])
|
||||
elif "input_types" in value_dict:
|
||||
if "input_types" in value_dict:
|
||||
list_to_append.extend(value_dict["input_types"])
|
||||
|
||||
template_dict = self.data["node"]["template"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue