Salome HOME
add get_value method to Environ classes, to conform with the API of FileEnviron
[tools/sat.git] / src / fileEnviron.py
index 0e4036761c5477109da8e49f1b1f2e8252b4b258..fa45497f9f8dc1271015ae9c3de0cff712d325ae 100644 (file)
@@ -636,7 +636,7 @@ class LauncherFileEnviron:
         self.environ[key] = value
     
     def get_value(self, key):
-        """Get the real value of the environment variable "key"
+        """Get the real value of the environment variable "key", not ${key}
         It can help env scripts
         :param key str: the environment variable
         """