Skip to content

Commit

Permalink
Update git installed check
Browse files Browse the repository at this point in the history
Refs: 56724cd
  • Loading branch information
glensc committed Oct 16, 2022
1 parent 18387f4 commit 3bee159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plextraktsync/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def git_version_info():
def version():
from plextraktsync import __version__

if __version__[-1] != "x":
# Released in PyPI
if not __version__.endswith(".0dev0"):
return __version__

gv = git_version_info()
Expand Down

0 comments on commit 3bee159

Please sign in to comment.