From: Kamalesh Babulal Date: Wed, 11 Jan 2023 17:31:23 +0000 (-0700) Subject: ftests/ftests.py: fix lint warning X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3abcf2b280288d653a7f2927636b87f8b80566c5;p=thirdparty%2Flibcgroup.git ftests/ftests.py: fix lint warning Fix lint warning 'ftests.py:278:21: E303 too many blank lines (2)' Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka (cherry picked from commit 7dd8cdb0afa3031b315be09bcc9deddc87766846) --- diff --git a/tests/ftests/ftests.py b/tests/ftests/ftests.py index 1817ca03..a6aa6af0 100755 --- a/tests/ftests/ftests.py +++ b/tests/ftests/ftests.py @@ -274,7 +274,6 @@ def run_tests(config): if config.args.num == consts.TESTS_RUN_ALL or \ config.args.num == filenum_int: - if config.args.suite == consts.TESTS_RUN_ALL_SUITES and \ filesuite == 'sudo': # Don't run the 'sudo' tests if all tests have been specified.