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

Undefined name 'src_name' in auditwheel/repair.py #91

Closed
cclauss opened this issue Apr 4, 2018 · 1 comment
Closed

Undefined name 'src_name' in auditwheel/repair.py #91

cclauss opened this issue Apr 4, 2018 · 1 comment

Comments

@cclauss
Copy link

cclauss commented Apr 4, 2018

Should this be src_path instead of src_name?

flake8 testing of https://github.com/pypa/auditwheel on Python 3.6.3

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./auditwheel/repair.py:120:22: F821 undefined name 'src_name'
        new_soname = src_name
                     ^
@daa
Copy link
Contributor

daa commented Jul 16, 2018

@ehashman Please close this issue because it is fixed in pull request you have merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants