-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
python3for issues specific to python3 conversionfor issues specific to python3 conversion
Description
~/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 conversionfor issues specific to python3 conversion