Changeset 35f995c for this_version.py


Ignore:
Timestamp:
Mar 23, 2017, 4:55:13 PM (7 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, sampler
Children:
27fdf81
Parents:
38f3d04
Message:

this_version.py: always return a string, not unicode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • this_version.py

    r38f3d04 r35f995c  
    7171    if add_status and vdict['AUBIO_VERSION_STATUS']:
    7272        verstr += vdict['AUBIO_VERSION_STATUS']
    73     return verstr
     73    return str(verstr)
    7474
    7575
Note: See TracChangeset for help on using the changeset viewer.