Closed
Bug 1634737
Opened 5 years ago
Closed 5 years ago
GeneratedFile() template should yell at you if you try to set py2=True
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: rstewart, Assigned: rstewart)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
As of bug 1621451 this argument was ignored, but it just silently runs your code with python3
if you pass it anyway. Ensure this doesn't happen any more, and protect against any other unexpected arguments as well.
Pushed by rstewart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d44a9bea183
GeneratedFile() template should yell at you if you try to set py2=True r=glandium
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•