Skip to content
Snippets Groups Projects
Commit 2018b639 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

bugfix index

parent bdc88de9
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ class Pipeline(ProcessABC):
return results
def create_pipeline(self, image_id):
def create_pipeline(self, image_id, index=None):
config = self.parameters.to_dict()
pparams = config
name, image_id = image_id
......
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