Skip to content

pylint Python 3 porting report for idigbio_workers #161

@danstoner

Description

@danstoner
~/git/IDIGBIO/idb-backend]$ pylint --py3k idigbio_workers
************* Module idigbio_workers.lib.download
idigbio_workers/lib/download.py:51:94: W1662: Using a variable that was bound inside a comprehension (comprehension-escape)

-----------------------------------
Your code has been rated at 9.99/10

W1662 comprehension-escape
Message
'Using a variable that was bound inside a comprehension'

Description
Emitted when using a variable, that was bound in a comprehension handler, outside of the comprehension itself. On Python 3 these variables will be deleted outside of the comprehension.

Metadata

Metadata

Assignees

Labels

python3for issues specific to python3 conversion

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions