]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
ftests/012: Fix quote warning
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Fri, 2 Aug 2024 05:54:50 +0000 (11:24 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 20 Aug 2024 20:42:50 +0000 (14:42 -0600)
Fix "Q000 Double quotes found but single quotes preferred" warning.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/013-cgget-multiple_g_flags.py

index c95551c249a3e7e849a3144fc8c4b893d46f6fd5..c74e4264dd20d75698af11ea0000b3d95c12605a 100755 (executable)
@@ -61,7 +61,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]))