We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecce8f5 commit 2c463b2Copy full SHA for 2c463b2
bioimageio/core/build_spec/build_model.py
@@ -812,7 +812,7 @@ def build_model(
812
kwargs = {k: v for k, v in optional_kwargs.items() if v is not None}
813
814
if attachments is not None:
815
- kwargs["attachments"] = model_spec.raw_nodes.Attachments(**attachments)
+ kwargs["attachments"] = spec.rdf.raw_nodes.Attachments(**attachments)
816
if dependencies is not None:
817
kwargs["dependencies"] = _get_dependencies(dependencies, root)
818
if maintainers is not None:
0 commit comments