mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
Merge branch 'format-codegen' into 'main'
Replace single quotes in gio/tests/codegen.py See merge request GNOME/glib!2651
This commit is contained in:
commit
da2702646c
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user