Closed
Bug 1586010
Opened 6 years ago
Closed 6 years ago
[mozversioncontrol] errors running on Windows with Python 3
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox71 fixed)
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(1 file)
Ran into this while debugging some unrelated lint issues.
| Assignee | ||
Comment 1•6 years ago
|
||
Environment should be bytes on Python 2 (to avoid Windows errors) and text on
Python 3. The 'ensure_subprocess' env utility function handles this.
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d0edc2cb68cf
[mozversioncontrol] Ensure env in appropriate format for subprocess, r=chmanchester
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•