Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Sep 30, 2024
1 parent fc22d48 commit 156521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if not re.fullmatch(r"^([a-zA-Z0-9.]+)(?:-([a-zA-Z0-9.-]+))?(?:\+[a-zA-Z0-9.-]+)?$", VERSION):
print('Version is not valid')
sys.exit(1)

branch = subprocess.run(
['git', 'rev-parse', '--abbrev-ref', 'HEAD'], check=True, capture_output=True
).stdout.strip().decode()
Expand Down

0 comments on commit 156521b

Please sign in to comment.