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 ^ ```