pylint Python 3 porting report for idigbio_workers
#161
Labels
python3
for issues specific to python3 conversion
idigbio_workers
#161
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.
The text was updated successfully, but these errors were encountered: