mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
Update test_wave_parsing.py
Removed absolute path to ffprobe
This commit is contained in:
@@ -7,7 +7,7 @@ from unittest import TestCase
|
||||
|
||||
import wavinfo
|
||||
|
||||
FFPROBE='/usr/local/bin/ffprobe'
|
||||
FFPROBE='ffprobe'
|
||||
|
||||
|
||||
def ffprobe(path):
|
||||
|
||||
Reference in New Issue
Block a user