Changeset 657a20a


Ignore:
Timestamp:
Mar 25, 2017, 11:36:49 AM (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:
3e944fe4
Parents:
aec6ca8
Message:

python/lib/aubio/cmd.py: remove unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/aubio/cmd.py

    raec6ca8 r657a20a  
    405405                        a_source.uri,
    406406                        a_source.samplerate))
    407     except KeyboardInterrupt as e:
     407    except KeyboardInterrupt:
    408408        sys.exit(1)
Note: See TracChangeset for help on using the changeset viewer.