[glib: 1/2] Replace single quotes in gio/tests/codegen.py




commit a5e7156a9b410c845721cad15c45177bc7c91873
Author: TestingPlant <49836-TestingPlant users noreply gitlab gnome org>
Date:   Thu May 12 00:29:44 2022 +0000

    Replace single quotes in gio/tests/codegen.py
    
    This makes the formatting more consistent.

 gio/tests/codegen.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/tests/codegen.py b/gio/tests/codegen.py
index e76c6d2430..6ea8e2f83a 100644
--- a/gio/tests/codegen.py
+++ b/gio/tests/codegen.py
@@ -39,7 +39,7 @@ Result = collections.namedtuple("Result", ("info", "out", "err", "subs"))
 
 
 def on_win32():
-    return sys.platform.find('win') != -1
+    return sys.platform.find("win") != -1
 
 
 class TestCodegen(unittest.TestCase):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]