Changeset 15c3466


Ignore:
Timestamp:
Nov 20, 2018, 10:46:19 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
51284ab
Parents:
35f7e059
Message:

[py] fix % escaping in py-source.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-source.c

    r35f7e059 r15c3466  
    156156"...         n_frames += len(samples)\n"
    157157"...     print('read', n_frames, 'samples in', samples.shape[0], 'channels',\n"
    158 "...         'from file \"\%s\"' \% source.uri)\n"
     158"...         'from file \"%%s\"' %% source.uri)\n"
    159159"...\n"
    160160"read 239334 samples in 2 channels from file \"audiotrack.wav\"\n"
Note: See TracChangeset for help on using the changeset viewer.