Skip to content

Commit 9726cce

Browse files
committed
pylint
1 parent 7d85f98 commit 9726cce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/release-trac-fixed-open-tickets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
def latest_tag():
3535
r = subprocess.run(
3636
['git', 'describe', '--tags', '--abbrev=0'],
37-
capture_output=True, text=True,
37+
capture_output=True, text=True, check=False,
3838
)
3939
if r.returncode == 0:
4040
return r.stdout.strip()

0 commit comments

Comments
 (0)