Skip to content

Commit

Permalink
fix awkward formatting w/ auto-wrap
Browse files Browse the repository at this point in the history
alternatively, we could put the + on the beginning of the other line
but in this case it's easiest to just omit it
  • Loading branch information
mara004 committed Nov 27, 2024
1 parent 2778473 commit 58f508a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupsrc/pypdfium2_setup/autorelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def main():
parsed_helpers = parse_git_tag()
if new_helpers != parsed_helpers:
print(
"Warning: Written and parsed helpers do not match. This should not happen in CI.\n" +
"Warning: Written and parsed helpers do not match. This should not happen in CI.\n"
f"In: {new_helpers}\n" + f"Out: {parsed_helpers}"
)
make_releasenotes(summary, record["pdfium"], new_pdfium, prev_tag, new_tag, c_updates)
Expand Down

0 comments on commit 58f508a

Please sign in to comment.