Skip to content
Snippets Groups Projects
Commit 71d8f8d2 authored by Philip ABBET's avatar Philip ABBET
Browse files

Bugfix: Block output name used to compute hash instead of algorithm output name

parent 7accaaf2
No related branches found
No related tags found
No related merge requests found
......@@ -884,7 +884,7 @@ class Experiment(object):
config['parameters'],
config['environment'],
dict([(k, v['hash']) for k, v in config['inputs'].items()]),
output_value['endpoint'],
output,
)
output_value['path'] = hash.toPath(output_value['hash'], '')
......
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