X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=bin%2Fsmesh_setenv.py;h=e59a04b97940e89f4d3fa256cc1c9ffed78c2277;hp=6826ab0cefa898fac93585d5a9ce1ef53dfffd9b;hb=499f29d24922cec66e41b41a0039a954993bc6df;hpb=6472eab132825fec572beda8276947593f85ffa1 diff --git a/bin/smesh_setenv.py b/bin/smesh_setenv.py index 6826ab0ce..e59a04b97 100644 --- a/bin/smesh_setenv.py +++ b/bin/smesh_setenv.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2022 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