Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pylint Python 3 porting report for idigbio_workers #161

Open
danstoner opened this issue Apr 11, 2021 · 0 comments
Open

pylint Python 3 porting report for idigbio_workers #161

danstoner opened this issue Apr 11, 2021 · 0 comments
Assignees
Labels
python3 for issues specific to python3 conversion

Comments

@danstoner
Copy link
Contributor

danstoner commented Apr 11, 2021

~/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.

@danstoner danstoner added the python3 for issues specific to python3 conversion label Apr 11, 2021
@danstoner danstoner self-assigned this Apr 11, 2021
@danstoner danstoner changed the title pylint Python 3 porting report for `idigbio_workers' pylint Python 3 porting report for idigbio_workers Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python3 for issues specific to python3 conversion
Projects
None yet
Development

No branches or pull requests

1 participant