Skip to content
Snippets Groups Projects
Commit 512f1c4c authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

missed a list

parent fedc5a78
No related branches found
No related tags found
1 merge request!1080missed a list
Pipeline #6842 passed
......@@ -106,7 +106,7 @@ class WorkflowInfo(WorkflowInfoIF):
# otherwise, the argument must be already be a string
workflow_name = workflow.workflow_name if hasattr(workflow, "workflow_name") else workflow
if any(item in workflow_name for item in ["null", "download", "carta", "vlass", "qa"]):
if any(item in workflow_name for item in ["null", "download", "carta", "vlass", "qa", "split"]):
argument["need_project_metadata"] = False
if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment