SIENTIAPDE-1445
Add debug print statement in gather_read_tags function to log workflow type and read tags for better traceability.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user