From cc1bb676bdb342125a1f68fed5bb926ad53cb581 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Tue, 12 Jan 2021 08:13:27 +0100 Subject: [PATCH] fix error --- bin/appliskel/salome_mesa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/appliskel/salome_mesa b/bin/appliskel/salome_mesa index 9a176bd61..ad58c9283 100644 --- a/bin/appliskel/salome_mesa +++ b/bin/appliskel/salome_mesa @@ -48,8 +48,8 @@ def main(args): args.append(env_modules_option) # Activate MESA rendering (see ...) - os.environ["XLIB_SKIP_ARGB_VISUALS"]=1 - os.environ["MESA_GL_VERSION_OVERRIDE"]=4.5 + os.environ["XLIB_SKIP_ARGB_VISUALS"]="1" + os.environ["MESA_GL_VERSION_OVERRIDE"]="4.5" appliPath = os.path.dirname(os.path.realpath(__file__)) os.environ["ROOT_SALOME_INSTALL"]=appliPath -- 2.39.2