We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ^
The text was updated successfully, but these errors were encountered:
@ehashman Please close this issue because it is fixed in pull request you have merged.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: