diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-12 00:35:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-12 00:35:15 +0000 |
| commit | ff595d9ac470739aa8464b003bb40098daaae8f2 (patch) | |
| tree | d4fc9c3ff7746619d9fe43dbdf663bf14d2e178d /wscript | |
| parent | 5864c8f361634ae33d3ca03065940e87cb29eddf (diff) | |
Fix string decoding; bump libcxml version.v1.6.3
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -43,11 +43,6 @@ APPNAME = 'libdcp' this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0] last_version = subprocess.Popen(shlex.split('git describe --tags --abbrev=0'), stdout=subprocess.PIPE).communicate()[0] -if isinstance(this_version, bytes): - this_version = this_version.decode('UTF-8') -if isinstance(last_version, bytes): - last_version = last_version.decode('UTF-8') - if this_version == '': VERSION = '%sdevel' % last_version[1:].strip() else: |
