Salome HOME
Windows compatibility.
[modules/yacs.git] / bin / setenv.py
index 693a51feb09365dfcd52bab439c2f341c3846b62..242f492cd37493fd6bb8fffd3baec901c0c70d31 100755 (executable)
@@ -106,7 +106,7 @@ def get_config(silent=False, exeName=None):
 
     modules_list = []
     if args.has_key("modules"):
-        modules_list += args["modules"]
+        modules_list += [a for a in args["modules"] if a.strip()]
     # KERNEL must be last in the list to locate it at the first place in PATH
     if args["gui"] :
         modules_list[:0] = ["GUI"]