summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-filter/python/filter/qa_fft_filter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-filter/python/filter/qa_fft_filter.py b/gr-filter/python/filter/qa_fft_filter.py
index 6de8ecb214..01b225d901 100644
--- a/gr-filter/python/filter/qa_fft_filter.py
+++ b/gr-filter/python/filter/qa_fft_filter.py
@@ -409,7 +409,7 @@ class test_fft_filter(gr_unittest.TestCase):
#print "src_len =", src_len, " ntaps =", ntaps
try:
self.assert_fft_float_ok2(expected_result, result_data, abs_eps=1.0)
- except:
+ except AssertionError:
expected = open('expected', 'w')
for x in expected_result:
expected.write(repr(x) + '\n')