Ignore:
Timestamp:
Nov 6, 2005, 12:29:14 PM (19 years ago)
Author:
Paul Brossier <piem@altern.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, pitchshift, sampler, timestretch, yinfft+
Children:
733c2f8
Parents:
102b732
Message:

do not sys.exit, add keywords to act_on_data
do not sys.exit, add keywords to act_on_data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/bench/config.py

    r102b732 rd45520a  
    1414        filefound = 1
    1515except IOError:
    16         print "no user configuration file found in", filename
     16        #print "no user configuration file found in", filename
     17        pass
    1718
    1819if filefound == 0:
Note: See TracChangeset for help on using the changeset viewer.