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

fix(pipeline): add missing comma

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