Skip to content

Commit

Permalink
fix bug in release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 7, 2020
1 parent d0593d8 commit 704b79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run(self):
for line in fh.readlines():
line = line.strip()
if (
line == '------------------' and
line == '-' * len(expected) and
last_line == expected
):
have_ver = True
Expand Down

0 comments on commit 704b79c

Please sign in to comment.