Skip to content
Snippets Groups Projects
Commit 5715bc9d authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[helpers] Handle loop like autonomous regarding data sources

parent a83f9b4d
No related branches found
No related tags found
2 merge requests!281.6.x,!27Soft loop
......@@ -263,7 +263,7 @@ def create_inputs_from_configuration(config, algorithm, prefix, cache_root,
else:
_create_data_source(details)
elif algorithm.type == Algorithm.AUTONOMOUS:
else: # Algorithm.AUTONOMOUS or LOOP:
_create_data_source(details)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment