Closed
Bug 1004342
Opened 11 years ago
Closed 11 years ago
Fix get_about_memory.py crash when printing timeout error message.
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0 S1 (9may)
People
(Reporter: jld, Assigned: jld)
Details
Attachments
(1 file)
In the code that indicates that get_about_memory.py timed out before enough files were found, the lists of expected files are actually sets, so they need to be combined with the set union operator `|`, not the sequence concatenation operator `+`.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8415717 -
Flags: review?(dhylands)
Comment 2•11 years ago
|
||
Comment on attachment 8415717 [details] [review]
Link to GitHub pull request
Looks good to me.
Attachment #8415717 -
Flags: review?(dhylands) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S1 (9may)
You need to log in
before you can comment on or make changes to this bug.
Description
•