mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
fix version
This commit is contained in:
parent
1c33c4eb5a
commit
c86faf23cd
@ -7,9 +7,4 @@ from traceback import print_exc
|
||||
__version__ = "2.8.2"
|
||||
|
||||
def get_version():
|
||||
try:
|
||||
return __version__ + '.dev9999+git.' + str(subprocess.check_output(['git', 'rev-parse', 'HEAD']).strip())
|
||||
except Exception:
|
||||
print_exc()
|
||||
return __version__
|
||||
|
||||
return __version__
|
||||
|
Loading…
x
Reference in New Issue
Block a user