Skip to content

Commit

Permalink
fixup! Support parsing kernel versions with prefix strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed Feb 16, 2024
1 parent cfbd62c commit 14e12bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pleskdistup/common/src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def __init__(self, to_extract: str):

if to_extract.startswith("plesk-php"):
self._extract_from_plesk_package(to_extract)

elif to_extract.startswith("PHP "):
self._extract_from_desc(to_extract)
elif to_extract[0].isdigit():
Expand Down

0 comments on commit 14e12bc

Please sign in to comment.