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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user