From 043c48cb5d577fec7b7654c230f0058a0087fd34 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 6 Mar 2013 15:39:47 -0500 Subject: [PATCH] tests/test_mathutils.py: can be TypeError or NotImplementedError --- python/tests/test_mathutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_mathutils.py b/python/tests/test_mathutils.py index 4bb223e9..ace240af 100755 --- a/python/tests/test_mathutils.py +++ b/python/tests/test_mathutils.py @@ -29,7 +29,7 @@ class aubio_mathutils(TestCase): try: print unwrap2pi(["23.","24.",25.]) - except TypeError: + except Exception, e: pass def test_unwrap2pi_takes_fvec(self): -- 2.26.2