Skip to content

Commit

Permalink
Resolved a merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartHertog committed Dec 5, 2023
1 parent f89ab20 commit c82af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def check_protoc_version():
print("Stopping the setup.")
exit(0)

version_re_compiled = re.compile(r".*\s(?P<major>\d+)\.(?P<minor>\d+)")
version_re_compiled = re.compile(r".*\s(?P<major>\d+)\.(?P<minor>\d+)(?:\.(?P<patch>\d+))?")
installed_version = version_re_compiled.search(output.stdout.decode("utf-8"))
required_version = read_required_version()

Expand Down

0 comments on commit c82af7d

Please sign in to comment.