Salome HOME
23288: [CEA 1626] Meshgems v2.3
[modules/smesh.git] / src / Tools / MGCleanerPlug / MGCleanerplug_plugin.py
index f1132f396de88c97b4860043c76372f138b80dad..89c194f591ab6edab32c5e1afc260aba6965658c 100644 (file)
@@ -34,11 +34,14 @@ def MGCleanerLct(context):
   
   #prior test to avoid unnecessary user GUI work with ending crash
   try :
   
   #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:
   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
       return
   import MGCleanerMonPlugDialog
-  window=MGCleanerMonPlugDialog.getDialog()
+  window = MGCleanerMonPlugDialog.getDialog()
   window.show()
 
   window.show()