micmon icon indicating copy to clipboard operation
micmon copied to clipboard

Fixing AttributeError

Open jenssss opened this issue 3 years ago • 0 comments

Calling AudioFile(audio_dir) where audio_dir is a AudioDirectory object was causing an AttributeError, since the audio_file variable was being replaced by a string, before the labels_file variable was read out from it.

jenssss avatar Mar 21 '21 12:03 jenssss