From: Kamalesh Babulal Date: Mon, 5 Aug 2024 05:59:05 +0000 (+0530) Subject: ftests/009: Fix quote warning X-Git-Tag: v3.2.0~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cadf2acc07b425b7a35d4ed5443456dc068e8d68;p=thirdparty%2Flibcgroup.git ftests/009: Fix quote warning Fix "Q000 Double quotes found but single quotes preferred" warning. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/tests/ftests/009-cgget-g_flag_controller_only.py b/tests/ftests/009-cgget-g_flag_controller_only.py index 3ce06ff8..f69cb2af 100755 --- a/tests/ftests/009-cgget-g_flag_controller_only.py +++ b/tests/ftests/009-cgget-g_flag_controller_only.py @@ -49,7 +49,7 @@ def test(config): break else: if cause is None: - cause = "Tried Matching:\n===============" + cause = 'Tried Matching:\n===============' cause = '\n'.join(filter(None, [cause, expected_out]))