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

Noted a comment

parent 3b9e9eaf
No related branches found
No related tags found
1 merge request!1463WS-1966 Excluding mk_four_import workflow from wrester args
Pipeline #12102 passed
......@@ -167,6 +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
# 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
......
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