Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion audfprint_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def wavfile2peaks(self, filename, shifts=None):
if self.fail_on_error:
print(e)
raise IOError(message)
print(message, "skipping")
print(message, repr(e), "skipping")
d = []
sr = self.target_sr
# Store duration in a global because it's hard to handle
Expand Down