Unverified Commit 18157159 authored by mvdbeek's avatar mvdbeek
Browse files

Downgrade missing workflow outputs to warning

parent e7d1380a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -746,7 +746,8 @@ class SubWorkflowModule(WorkflowModule):
                        # This can happen when importing workflows with missing tools.
                        # We can't raise an exception here, as that would prevent loading
                        # the workflow.
                        log.error(
                        # This is also listed when opening such a workflow in the workflow editor.
                        log.warning(
                            f"Workflow output '{workflow_output['output_name']}' defined, but not listed among data outputs"
                        )
                        continue