chrisdonahue / nesmdb

The NES Music Database: use machine learning to compose music for the Nintendo Entertainment System!
MIT License
450 stars 39 forks source link

Typo in variable name: wv.close() --> wf.close() #6

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

flake8 testing of https://github.com/chrisdonahue/nesmdb on Python 2.7.14

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

./nesmdb/vgm/vgm_to_wav.py:68:5: F821 undefined name 'wv'
    wv.close()
    ^
1     F821 undefined name 'wv'
1