Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ssa/workspaces
1 result
Show changes
......@@ -167,7 +167,8 @@ 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", "carta", "vlass", "qa", "split", "ingest"]):
# TODO: Is there a cleaner way to handle need_project_metadata and wrester args?
if any(item in workflow_name for item in ["null", "carta", "vlass", "qa", "split", "ingest", "import"]):
argument["need_project_metadata"] = False
if (
......