Closed
Bug 1646431
Opened 4 years ago
Closed 4 years ago
Fix type error in `mach file-info bugzilla-component`
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: rstewart, Assigned: rstewart)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
The key
function to the sort
call here was janky, so this produced an error if you tried to invoke this command on a path that doesn't have an owner (TypeError: '<' not supported between instances of 'TypedTuple' and 'NoneType'
).
Pushed by rstewart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/634c75732002
Fix type error in `mach file-info bugzilla-component` r=nalexander
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•