Closed
Bug 1636485
Opened 4 years ago
Closed 4 years ago
May 8 indexing failure
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kats, Assigned: kats)
References
(Regression)
Details
Traceback (most recent call last):
File "/home/ubuntu/mozsearch/scripts/idl-analyze.py", line 256, in <module>
p = xpidl.IDLParser(outputdir='/tmp')
TypeError: __init__() got an unexpected keyword argument 'outputdir'
Different manifestation of https://bugzilla.mozilla.org/show_bug.cgi?id=1636006 I guess? Maybe we should just run this with python3, we'll likely need to do that at some point in the near future anyway.
Assignee | ||
Comment 1•4 years ago
|
||
https://github.com/mozsearch/mozsearch/pull/326
Kicked off a run with this branch to the release indexer.
Assignee | ||
Comment 2•4 years ago
|
||
Wasn't a python3 problem after all, but a regression from bug 1633156 which changed the constructor for xpidl.IDLParser.
Regressions: 1633156
Assignee | ||
Comment 3•4 years ago
|
||
Oops
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•