Skip to content
Snippets Groups Projects
Commit b30d72ba authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Merge branch 'ws1966-mark4_import_workflow_fix' into 'main'

WS-1966 Excluding mk_four_import workflow from wrester args

See merge request !1463
parents 58968c2c 8e541f7e
No related branches found
No related tags found
1 merge request!1463WS-1966 Excluding mk_four_import workflow from wrester args
Pipeline #12103 passed
......@@ -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 (
......
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