Skip to content
Snippets Groups Projects

missed a list

Merged Charlotte Hausman requested to merge pims_testing_fixes into main
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 (
Loading