Commit 80b4db08 authored by Yeuoly's avatar Yeuoly Committed by takatost

fix: transform

parent 37cdee51
...@@ -196,8 +196,6 @@ class CodeNode(BaseNode): ...@@ -196,8 +196,6 @@ class CodeNode(BaseNode):
value=result[output_name], value=result[output_name],
variable=f'{prefix}.{output_name}' if prefix else output_name variable=f'{prefix}.{output_name}' if prefix else output_name
) )
transformed_result[output_name] = result[output_name]
elif output_config.type == 'string': elif output_config.type == 'string':
# check if string available # check if string available
transformed_result[output_name] = self._check_string( transformed_result[output_name] = self._check_string(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment