Skip to content
Snippets Groups Projects
Commit 56a6a49a authored by Alice.Faure's avatar Alice.Faure
Browse files

fix bug in CWL launcher

parent 066f9fec
No related branches found
No related tags found
1 merge request!113Add unit and system tests for CWL launcher
......@@ -201,7 +201,7 @@ def submit_simulation_transformation(transfo_name):
return result
transfo.setStatus("Active")
transfo.setAgentType("Automatic")
return transfo
return result
def submit_processing_transformation(transfo_name, dataset, group_size):
......@@ -280,7 +280,7 @@ def submit_processing_transformation(transfo_name, dataset, group_size):
return result
transfo.setStatus("Active")
transfo.setAgentType("Automatic")
return transfo
return result
@Script()
......
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