ref: 5eaed62bb6f6431a9972e0461c0e83d98ab55348
parent: f4fcf022b91150a1282e828b4c82895a7586a6cb
author: Paul Brossier <piem@piem.org>
date: Sun Sep 17 17:09:12 EDT 2017
python/tests/test_aubio_cmd.py: avoid unused variable
--- a/python/tests/test_aubio_cmd.py
+++ b/python/tests/test_aubio_cmd.py
@@ -12,7 +12,7 @@
def test_default_creation(self):
try:
assert self.a_parser.parse_args(['-V']).show_version
- except SystemExit as e:
+ except SystemExit:
url = 'https://bugs.python.org/issue9253'
self.skipTest('subcommand became optional in py3, see %s' % url)