From: Kamalesh Babulal Date: Sun, 4 Aug 2024 05:57:21 +0000 (+0530) Subject: ftests/010: Fix quote warning X-Git-Tag: v3.2.0~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc0539cd61bbdcac74a7f3b3b3ef0c2676331127;p=thirdparty%2Flibcgroup.git ftests/010: 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/010-cgget-g_flag_controller_and_cgroup.py b/tests/ftests/010-cgget-g_flag_controller_and_cgroup.py index 9dcaae43..50a3f698 100755 --- a/tests/ftests/010-cgget-g_flag_controller_and_cgroup.py +++ b/tests/ftests/010-cgget-g_flag_controller_and_cgroup.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]))