Skip to content

Commit

Permalink
tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
ubitux committed Feb 2, 2024
1 parent 6076d77 commit 26c23cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release-changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
output_lines.append(next(iter_lines))
except StopIteration:
print(f"Version {version} not found in the changelog", file=sys.stderr)
sys.exit(1)

output_lines += itertools.takewhile(lambda line: not line.startswith(f"## ["), iter_lines)

Expand Down

0 comments on commit 26c23cf

Please # to comment.