mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
py: Various flake8 cleanups
None of these are particularly significant, but they do get the CI output clean. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -23,7 +23,7 @@ import sys
|
||||
import tempfile
|
||||
import subprocess
|
||||
|
||||
if not "GLIB_TEST_COMPILATION" in os.environ:
|
||||
if "GLIB_TEST_COMPILATION" not in os.environ:
|
||||
print(
|
||||
"""Test disabled because GLIB_TEST_COMPILATION is not set in the env.
|
||||
If you wish to run this test, set GLIB_TEST_COMPILATION=1 in the env,
|
||||
|
Reference in New Issue
Block a user