1 parent 7d85f98 commit 9726cceCopy full SHA for 9726cce
1 file changed
tools/release-trac-fixed-open-tickets.py
@@ -34,7 +34,7 @@
34
def latest_tag():
35
r = subprocess.run(
36
['git', 'describe', '--tags', '--abbrev=0'],
37
- capture_output=True, text=True,
+ capture_output=True, text=True, check=False,
38
)
39
if r.returncode == 0:
40
return r.stdout.strip()
0 commit comments