Closed
Bug 521093
Opened 15 years ago
Closed 15 years ago
AttributeError: 'NoneType' object has no attribute 'profile'
Categories
(Testing Graveyard :: Mozmill, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Unassigned)
References
Details
(Keywords: regression)
After the last mozmill-restart test has been run the Python script aborts with the following exception. I haven't seen it before the profile fix.
Passed 8 :: Failed 4 :: Skipped 0
Traceback (most recent call last):
File "c:\mozilla-build\python25\Scripts\mozmill-restart-script.py", line 8, in
<module>
load_entry_point('mozmill==1.2.1.1', 'console_scripts', 'mozmill-restart')()
File "/Volumes/data/build/tools/mozmill/mozmill/__init__.py", line 417, in res
tart_cli
File "/Volumes/data/build/tools/mozmill/mozmill/__init__.py", line 404, in run
File "/Volumes/data/build/tools/mozmill/mozmill/__init__.py", line 380, in run
AttributeError: 'NoneType' object has no attribute 'profile'
Reporter | ||
Comment 1•15 years ago
|
||
Fixed by:
http://github.com/mikeal/mozmill/commit/c1eff61ffe060de5513fd38b5ae6664bfba352cc
http://github.com/mikeal/mozmill/commit/13d07fa931926ada1ea266ff182bb35466241ad9
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•