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

Excluding mk_four_import workflow from wrester args

parent b6878e2c
No related branches found
No related tags found
1 merge request!1463WS-1966 Excluding mk_four_import workflow from wrester args
Pipeline #11900 passed
......@@ -167,7 +167,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", "carta", "vlass", "qa", "split", "ingest"]):
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