There was an error while loading. Please reload this page.
1 parent 78af6dc commit 0a56e58Copy full SHA for 0a56e58
1 file changed
scripts/release-demo.py
@@ -81,7 +81,7 @@ def _create_demo_release_pr() -> None:
81
"--assignee": "@me",
82
"--base": "main",
83
}
84
- command: list[str] = ["gh", "pr", "create", *itertools.chain(pr_kwargs.items())]
+ command: list[str] = ["gh", "pr", "create", *itertools.chain.from_iterable(pr_kwargs.items())]
85
subprocess.run(command, check=True)
86
87
0 commit comments