From dc0539cd61bbdcac74a7f3b3b3ef0c2676331127 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Sun, 4 Aug 2024 11:27:21 +0530 Subject: [PATCH] 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 --- tests/ftests/010-cgget-g_flag_controller_and_cgroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])) -- 2.47.3