Fix:data_operations input return (#11177)
### What problem does this PR solve? change: data_operations input return ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
c30ffb5716
commit
72740eb5b9
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ class DataOperations(ComponentBase,ABC):
|
|||
inputs = [inputs]
|
||||
for input_ref in inputs:
|
||||
input_object=self._canvas.get_variable_value(input_ref)
|
||||
self.set_input_value(input_ref, input_object)
|
||||
if input_object is None:
|
||||
continue
|
||||
if isinstance(input_object,dict):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue