Salome HOME
correction des valeurs
[modules/smesh.git] / bin / smesh_setenv.py
index 6826ab0cefa898fac93585d5a9ce1ef53dfffd9b..33e00ca8f99195f2636796b0f547275a4c8cdcae 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -51,7 +51,7 @@ def set_env(args):
         for resource_file in [i for i in os.listdir(resource_dir) \
                                   if osp.isfile(os.path.join(resource_dir, i))]:
             # look for resource file (XML) to extract valid plugin name
-            if resource_file.lower() == f'{plugin_lname}.xml':
+            if resource_file.lower() == '{plugin_lname}.xml'.format(plugin_lname=plugin_lname):
                 try:
                     # get plugin name from 'resources' attribute of 'meshers-group' xml node
                     # as name extracted from environment variable can be in wrong case