mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 04:45:48 +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():
|
def on_win32():
|
||||||
return sys.platform.find('win') != -1
|
return sys.platform.find("win") != -1
|
||||||
|
|
||||||
|
|
||||||
class TestCodegen(unittest.TestCase):
|
class TestCodegen(unittest.TestCase):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user