Skip to content

Commit b641834

Browse files
committed
fix bad reference to tag_eof
1 parent 33ad04d commit b641834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buzzcode/audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def get_duration(path_audio):
1313
track = sf.SoundFile(path_audio)
1414

15-
base_eof = os.path.splitext(path_audio)[0] + '_EOF'
15+
base_eof = os.path.splitext(path_audio)[0] + tag_eof
1616
paths_eof = glob.glob(base_eof + '*')
1717

1818
if paths_eof:

0 commit comments

Comments
 (0)