mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
Update utils.py
This commit is contained in:
@@ -32,5 +32,5 @@ def all_files():
|
|||||||
for dirpath, _, filenames in os.walk('tests/test_files'):
|
for dirpath, _, filenames in os.walk('tests/test_files'):
|
||||||
for filename in filenames:
|
for filename in filenames:
|
||||||
_, ext = os.path.splitext(filename)
|
_, ext = os.path.splitext(filename)
|
||||||
if ext in ['.wav','.WAV']:
|
if ext in ['.wav', '.WAV']:
|
||||||
yield os.path.join(dirpath, filename)
|
yield os.path.join(dirpath, filename)
|
||||||
|
|||||||
Reference in New Issue
Block a user