Skip to content

Commit

Permalink
temp - debug read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Jul 21, 2024
1 parent c47bd81 commit 6640523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/websockets/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_version(tag: str) -> str:
subprocess.CalledProcessError,
subprocess.TimeoutExpired,
):
pass
raise
else:
description_re = r"[0-9.]+-([0-9]+)-(g[0-9a-f]{7,}(?:-dirty)?)"
match = re.fullmatch(description_re, description)
Expand Down

0 comments on commit 6640523

Please sign in to comment.