From f7532b7896c859fb777fbb43a625b5c3989142bb Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Sat, 25 Jun 2016 07:41:06 -0700 Subject: [PATCH] pep8 --- tests/functional/openlp_core_ui/test_exceptionform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core_ui/test_exceptionform.py b/tests/functional/openlp_core_ui/test_exceptionform.py index 00b3374c0..452a8dee9 100644 --- a/tests/functional/openlp_core_ui/test_exceptionform.py +++ b/tests/functional/openlp_core_ui/test_exceptionform.py @@ -188,7 +188,7 @@ class TestExceptionForm(TestMixin, TestCase): mocked_qt.PYQT_VERSION_STR = 'PyQt5 Test' mocked_is_linux.return_value = False mocked_application_version.return_value = 'Trunk Test' - mocked_save_filename.return_value = ['testfile.txt',] + mocked_save_filename.return_value = ['testfile.txt', ] test_form = exceptionform.ExceptionForm() test_form.file_attachment = None