fix gajim version
This commit is contained in:
parent
b23b4e54b0
commit
6e278b40fc
|
@ -33,7 +33,7 @@ try:
|
||||||
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
|
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
|
||||||
stdout=subprocess.PIPE).communicate()[0]
|
stdout=subprocess.PIPE).communicate()[0]
|
||||||
if node:
|
if node:
|
||||||
version += '-' + node
|
version += '-' + node.decode('utf-8')
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue