Skip to content

Commit 9cd8166

Browse files
committed
lint
1 parent b5c66de commit 9cd8166

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
@@ -600,7 +600,9 @@ def _wait_for_actions(gh_token: Optional[str]) -> None:
600600
if any(workflow["status"] == "queued" for workflow in resp["workflow_runs"]):
601601
_notify("Warning: at least one release workflow is still queued...")
602602
if not click.confirm("Continue waiting for queued assets?", default=True):
603-
click.echo("Continuing on with the release. Note that you may need to upload missing assets manually later.")
603+
click.echo(
604+
"Continuing on with the release. Note that you may need to upload missing assets manually later."
605+
)
604606
break
605607
continue
606608

0 commit comments

Comments
 (0)