X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FTools%2FMGCleanerPlug%2FMGCleanerplug_plugin.py;h=89c194f591ab6edab32c5e1afc260aba6965658c;hb=62336a394b80b503991ff801f2ebf7feff47e7f0;hp=f1132f396de88c97b4860043c76372f138b80dad;hpb=0b191577fc9ae12c2f265a4507e4dab72e385162;p=modules%2Fsmesh.git diff --git a/src/Tools/MGCleanerPlug/MGCleanerplug_plugin.py b/src/Tools/MGCleanerPlug/MGCleanerplug_plugin.py index f1132f396..89c194f59 100644 --- a/src/Tools/MGCleanerPlug/MGCleanerplug_plugin.py +++ b/src/Tools/MGCleanerPlug/MGCleanerplug_plugin.py @@ -34,11 +34,14 @@ def MGCleanerLct(context): #prior test to avoid unnecessary user GUI work with ending crash try : - os.environ['DISTENE_LICENCE_FILE_FOR_MGCLEANER'] + os.environ['DISTENE_LICENSE_FILE'] except: - QMessageBox.warning(None,"Products","Distene's product MeshGem Cleaner is not installed.\nrequired environment variable:\nDISTENE_LICENCE_FILE_FOR_MGCLEANER='/.../dlim8.var.sh'") + QMessageBox.warning(None, "Products", """\ +Distene's product MeshGem Cleaner is not installed. +required environment variable: +DISTENE_LICENSE_FILE='.../dlim8.var.sh'""") return import MGCleanerMonPlugDialog - window=MGCleanerMonPlugDialog.getDialog() + window = MGCleanerMonPlugDialog.getDialog() window.show()