Skip to content

Commit 9d0c1d4

Browse files
authored
Appease the linter
1 parent 1d1504d commit 9d0c1d4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

release.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,9 @@ def bump(tag: Tag) -> None:
568568

569569
print("Bumped revision")
570570
if extra_work:
571-
if ask_question("configure.ac has changed; run 'Tools/build/regen-configure.sh'?"):
571+
if ask_question(
572+
"configure.ac has changed; run 'Tools/build/regen-configure.sh'?"
573+
):
572574
run_cmd(["Tools/build/regen-configure.sh"])
573575
else:
574576
print("configure.ac has changed; re-run autotools!")

0 commit comments

Comments
 (0)