Changeset 5eaed62


Ignore:
Timestamp:
Sep 17, 2017, 9:09:12 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
Children:
dfa4095
Parents:
f4fcf02
Message:

python/tests/test_aubio_cmd.py: avoid unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_aubio_cmd.py

    rf4fcf02 r5eaed62  
    1313        try:
    1414            assert self.a_parser.parse_args(['-V']).show_version
    15         except SystemExit as e:
     15        except SystemExit:
    1616            url = 'https://bugs.python.org/issue9253'
    1717            self.skipTest('subcommand became optional in py3, see %s' % url)
Note: See TracChangeset for help on using the changeset viewer.