This commit is contained in:
takatost 2024-07-23 16:18:52 +08:00
parent 0fe516568a
commit 7303b53af1
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class CodeNode(BaseNode):
variables = {}
for variable_selector in node_data.variables:
variable = variable_selector.variable
value = variable_pool.get_any(variable_selector.value_selector)
value = self.graph_runtime_state.variable_pool.get_any(variable_selector.value_selector)
variables[variable] = value
# Run code