Skip to content

Commit

Permalink
Adjust line length to appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SnoopJ committed Jul 18, 2023
1 parent 60c2cf8 commit bfbf812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scriv/collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def collect(
if eversion is None:
sys.exit(
f"Entry {etitle!r} is not a valid version! "
+ "If scriv should ignore this heading, add 'scriv-end-here' somewhere before it"
+ "If scriv should ignore this heading, add "
+ "'scriv-end-here' somewhere before it."
)
if eversion == version:
sys.exit(
Expand Down

0 comments on commit bfbf812

Please sign in to comment.