Salome HOME
fix error
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 12 Jan 2021 07:13:27 +0000 (08:13 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 12 Jan 2021 07:15:24 +0000 (08:15 +0100)
bin/appliskel/salome_mesa

index 9a176bd613b1f4554f8ba685b73e003fa9151aec..ad58c92830512f229c8fccff627415130639f95d 100644 (file)
@@ -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