Changeset 415e360 for python/lib


Ignore:
Timestamp:
May 30, 2017, 12:17:15 AM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
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:
b1f93c4
Parents:
8f343e6
Message:

gen_external.py : fix wrong in longname in lib generation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_external.py

    r8f343e6 r415e360  
    151151            continue
    152152        lib[shortname] = {'struct': [], 'new': [], 'del': [], 'do': [], 'get': [], 'set': [], 'other': []}
    153         lib[shortname]['longname'] = o
     153        lib[shortname]['longname'] = longname
    154154        lib[shortname]['shortname'] = shortname
    155155        valid_funcname_part = ['_'+longname,longname+'_']
Note: See TracChangeset for help on using the changeset viewer.