Skip to content

Commit 9fe2747

Browse files
committed
fix cli test
1 parent 4b403bd commit 9fe2747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/core/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def _example(self):
503503
with dst.open("wb") as f:
504504
shutil.copyfileobj(reader, f)
505505

506-
inputs = [tuple(inputs001)]
506+
inputs = [inputs001]
507507
output_pattern = f"{example_path}/outputs/{{output_id}}/{{sample_id}}.tif"
508508

509509
bioimageio_cli_path = example_path / YAML_FILE

0 commit comments

Comments
 (0)