From 7b115126c9cca8ccce94569c5e4b9fa8e06dc6ad Mon Sep 17 00:00:00 2001 From: delphiactual Date: Sat, 3 May 2014 23:10:57 -0600 Subject: [PATCH] Fix version check --- headphones/versioncheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/versioncheck.py b/headphones/versioncheck.py index d8ab0f87..65889e58 100644 --- a/headphones/versioncheck.py +++ b/headphones/versioncheck.py @@ -76,7 +76,7 @@ def getVersion(): logger.error('Couldn\'t find latest installed version.') cur_commit_hash = None - cur_commit_hash = output + cur_commit_hash = str(output) if not re.match('^[a-z0-9]+$', cur_commit_hash): logger.error('Output doesn\'t look like a hash, not using it')