We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576fa2a commit ca530f7Copy full SHA for ca530f7
services/web/server/src/simcore_service_webserver/projects/_projects_service.py
@@ -694,6 +694,7 @@ def _check_required_input(required_input_key: KeyIDStr) -> None:
694
if output_entry is None:
695
unset_outputs_in_upstream.append((source_output_key, source_node.label))
696
697
+ assert isinstance(node.inputs_required, list) # nosec
698
for required_input in node.inputs_required:
699
_check_required_input(required_input)
700
0 commit comments