Closed
Bug 714833
Opened 13 years ago
Closed 11 years ago
[traceback] AttributeError: 'NoneType' object has no attribute 'timetuple'
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect)
addons.mozilla.org Graveyard
Code Quality
Tracking
(Not tracked)
RESOLVED
INVALID
Q1 2012
People
(Reporter: andy+bugzilla, Assigned: davidbgk)
Details
(Whiteboard: [contribute])
From the cron job update_perf.
....
File "/data/addons/src/apps-preview.mozilla.org/zamboni/apps/perf/cron.py", line 20, in update_perf
last_update = date(*last_update.timetuple()[:3])
AttributeError: 'NoneType' object has no attribute 'timetuple'
Updated•12 years ago
|
Whiteboard: [contribute]
Assignee | ||
Comment 1•11 years ago
|
||
That file doesn't look to exist anymore, do you know if the update_perf is still in use somewhere?
Assignee: nobody → david
Flags: needinfo?(amckay)
Reporter | ||
Comment 2•11 years ago
|
||
If it's not there, sounds like its fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(amckay)
Resolution: --- → INVALID
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•