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 b847ced commit aa1079bCopy full SHA for aa1079b
bioimageio/core/cli.py
@@ -269,9 +269,7 @@ def updated(self) -> Union[ResourceDescr, InvalidDescr]:
269
raise NotImplementedError
270
271
def run(self):
272
- original_yaml = open_bioimageio_yaml(self.source).local_source.read_text(
273
- encoding="utf-8"
274
- )
+ original_yaml = open_bioimageio_yaml(self.source).unparsed_content
275
assert isinstance(original_yaml, str)
276
stream = StringIO()
277
0 commit comments