audiolab icon indicating copy to clipboard operation
audiolab copied to clipboard

TypeError: not enough arguments for format string

Open pafcu opened this issue 15 years ago • 0 comments

There is a small error near line 746 in scikits/audiolab/pysndfile/_sndfile.pyx: raise IOError("write %d frames, expected to write %d" % res, nframes) should be raise IOError("write %d frames, expected to write %d" % (res, nframes))

pafcu avatar Dec 21 '10 15:12 pafcu