Add getters for properties and trash_at attributes and small bugfix for
[arvados.git] / sdk / python / gittaggers.py
index 4e848eda36d22f8fb35232ced1b9acd174a17acc..ccf25c422e62085e1edf3829459f5cdb8a8710ff 100644 (file)
@@ -15,7 +15,7 @@ class EggInfoFromGit(egg_info):
     def git_latest_tag(self):
         gitinfo = subprocess.check_output(
             ['git', 'describe', '--abbrev=0']).strip()
-        return str(gitinfo)
+        return str(gitinfo.decode('utf-8'))
 
     def git_timestamp_tag(self):
         gitinfo = subprocess.check_output(