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 b9a4801 commit 4e8927fCopy full SHA for 4e8927f
tests/cli/test_build_images.py
@@ -92,7 +92,7 @@ def test_run(
92
)
93
for flag, value in flags:
94
if isinstance(value, list) and value:
95
- build_cmd.extend([flag, *value])
+ build_cmd.extend([flag, " ".join(value)])
96
if isinstance(value, str) and value:
97
build_cmd.extend([flag, value])
98
if isinstance(value, bool) and value:
0 commit comments