Skip to content

Commit 136c30e

Browse files
撤回
1 parent e621834 commit 136c30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/application/flow/step_node/variable_assign_node/impl/base_variable_assign_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def handle(self, variable, evaluation):
9999
evaluation(variable, val)
100100
result['output_value'] = val
101101
else:
102-
reference = self.get_reference_content(variable.get('reference'))
102+
reference = self.get_reference_content(variable['reference'])
103103
reference = self.convert(reference, variable.get('target_type'))
104104
evaluation(variable, reference)
105105
result['output_value'] = reference

0 commit comments

Comments
 (0)