diff --git a/orchestrator/utils/orchestrator_functions.py b/orchestrator/utils/orchestrator_functions.py index f2d39b8..395462f 100644 --- a/orchestrator/utils/orchestrator_functions.py +++ b/orchestrator/utils/orchestrator_functions.py @@ -405,6 +405,7 @@ def gather_read_tags(pipelines: list[dict[str, Any]]) -> dict[str, Any]: # Get all read tags from pipelines for pipeline in pipelines: + print("asdddddddddddddddddddddddddd", pipeline['workflow_type'], pipeline.get('read_tags', [])) if pipeline['workflow_type'] != 'scouter': continue