Skip to content
Snippets Groups Projects
Commit e15be403 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

SPL list template render fix

parent 23bc60d7
No related branches found
No related tags found
1 merge request!435SPL list template render fix
Pipeline #2594 passed
......@@ -223,9 +223,9 @@ class WorkflowService(WorkflowServiceIF):
if "need_data" in request.argument:
if request.argument["need_data"] is True:
spl_list = request.argument["product_locator"].split(",")
fetcher_string = "--product-locator "
fetcher_string = " --product-locator"
request.argument["product_locator"] = fetcher_string + fetcher_string.join(
spl for spl in spl_list
" " + spl for spl in spl_list
)
request.argument["ramInGb"] = self.processing_settings.ramInGb
......
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