[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2245: fix current pyflakes warnings
Tahoe-LAFS
trac at tahoe-lafs.org
Mon Jun 23 20:50:09 UTC 2014
#2245: fix current pyflakes warnings
--------------------+------------------------
Reporter: warner | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 1.11.0
Component: code | Version: 1.10.0
Keywords: | Launchpad Bug:
--------------------+------------------------
The current pyflakes (0.8.1) is more picky than earlier versions, and
notices list comprehensions which shadow existing variables in their
scope. This patch fixes those, by deleting the pre-existing variable
(which is unused by that point). (it also fixes an unused-variable
warning, which has probably been around for a while)
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2245>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list