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

fix(meta): bugfix omero_id name

parent 63bea9d3
No related branches found
No related tags found
No related merge requests found
......@@ -707,7 +707,7 @@ class Pipeline(ProcessABC):
meta.run()
meta.add_fields( # Add non-logfile metadata
{
"omero_id,": config["general"]["id"],
"omero_id": config["general"]["id"],
"image_id": image_id,
"parameters": PipelineParameters.from_dict(
pparams
......
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