From 50a82601a2b01542ccd0c5ea07b08e195c76c1f8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 23 Sep 2016 01:27:21 +0200 Subject: [PATCH] python/tests/test_source.py: break long line --- python/tests/test_source.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/tests/test_source.py b/python/tests/test_source.py index 4e245842..319121fb 100755 --- a/python/tests/test_source.py +++ b/python/tests/test_source.py @@ -25,7 +25,8 @@ for soundfile in list_of_sounds: class aubio_source_test_case_base(TestCase): def setUp(self): - if not len(list_of_sounds): self.skipTest('add some sound files in \'python/tests/sounds\'') + if not len(list_of_sounds): + self.skipTest('add some sound files in \'python/tests/sounds\'') self.default_test_sound = list_of_sounds[0] class aubio_source_test_case(aubio_source_test_case_base): -- 2.11.0