Closed
Bug 1556662
Opened 5 years ago
Closed 5 years ago
Fix a typo in change from bug 1469091
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox69 fixed)
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
In a branch for isinstance(obj, (HostSources, HostGeneratedSources))
,
isinstance(obj, GeneratedSources)
is clearly not going to match
anything. isinstance(obj, HostGeneratedSources)
is what was intended.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/71d3424191f6
Fix a typo in change from bug 1469091. r=dmajor
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•