We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31ca56 commit 717072eCopy full SHA for 717072e
soundfile.py
@@ -1546,6 +1546,7 @@ def error_string(self):
1546
else:
1547
# Due to race conditions, if used concurrently, sf_error() may
1548
# return 0 (= no error) even if an error has happened.
1549
+ # See https://github.com/erikd/libsndfile/issues/610 for details.
1550
return "(Garbled error message from libsndfile)"
1551
1552
def __str__(self):
0 commit comments