Closed
Bug 1535649
Opened 6 years ago
Closed 6 years ago
mach command fails with: TypeError: argument of type 'NoneType' is not iterable
Categories
(Remote Protocol :: Marionette, defect, P1)
Tracking
(firefox-esr60 unaffected, firefox66 unaffected, firefox67 fixed)
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Keywords: regression)
Attachments
(1 file)
I'm setting up a new system and as just noticed my changes from bug 1535026 causing the mach command to fail:
TypeError: argument of type 'NoneType' is not iterable
File "/Users/henrik/code/gecko/testing/marionette/mach_commands.py", line 83, in marionette_test
if "fennec" in kwargs.get("app")
Assignee | ||
Comment 1•6 years ago
|
||
It's just "fennec" we have to compare with. So no need for an included check.
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1391a8e01835
[marionette] Fix check for Fennec if app argument doesn't exist. r=ato
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
status-firefox66:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•