Closed
Bug 996891
Opened 11 years ago
Closed 11 years ago
Upgrading to pyflakes >= 0.8.1 finds various flaws in webapp-django
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
82
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
If you upgrade to pyflakes 0.8.1 you get various errors like this::
import 'os' from line 1 shadowed by loop variable
This is caused by new checks, that make sense, in latest pyflakes
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/3f0c58347f474aa4e42c696a9f4176fe2877ea3e
fixes bug 996891 - pyflakes>=0.8.1 in webapp-django, r=rhelmer
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•11 years ago
|
||
Updated•11 years ago
|
Target Milestone: --- → 82
You need to log in
before you can comment on or make changes to this bug.
Description
•