Skip to content

Commit 7f3a836

Browse files
committed
lint
1 parent 1fa5902 commit 7f3a836

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts-dev/release.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,9 @@ def _wait_for_actions(gh_token: Optional[str]) -> None:
605605
if any(workflow["status"] == "queued" for workflow in resp["workflow_runs"]):
606606
_notify("Warning: at least one release workflow is still queued...")
607607
if not click.confirm("Continue waiting for queued assets?", default=True):
608-
click.echo("Continuing on with the release. Note that you may need to upload missing assets manually later.")
608+
click.echo(
609+
"Continuing on with the release. Note that you may need to upload missing assets manually later."
610+
)
609611
break
610612
continue
611613

0 commit comments

Comments
 (0)