Bug 1601578 - mach - doc environment with python 3 r=ahal,firefox-build-system-reviewers,chmanchester

Differential Revision: https://phabricator.services.mozilla.com/D55937
This commit is contained in:
Sylvestre Ledru
2019-12-17 01:30:41 +00:00
parent 3a966fa86f
commit 969074c88c
6 changed files with 61 additions and 78 deletions

View File

@@ -234,7 +234,7 @@ class Documentation(MachCommandBase):
except subprocess.CalledProcessError:
version = None
if not version or not version.startswith('3.5'):
if not version or not version.startswith(b'3.5'):
return 1