Skip to content

Commit 717072e

Browse files
authored
Add link in comment
1 parent e31ca56 commit 717072e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soundfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,7 @@ def error_string(self):
15461546
else:
15471547
# Due to race conditions, if used concurrently, sf_error() may
15481548
# return 0 (= no error) even if an error has happened.
1549+
# See https://github.com/erikd/libsndfile/issues/610 for details.
15491550
return "(Garbled error message from libsndfile)"
15501551

15511552
def __str__(self):

0 commit comments

Comments
 (0)