changeset 99:cd6c5c1494f5

FIX: Comment for function "_oslookup()" was wrong by copy/paste
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 22 Mar 2018 16:21:17 +0100
parents d6ba53ce2091
children e3289a56ba80
files configmix/variables.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/variables.py	Wed Mar 21 16:53:03 2018 +0100
+++ b/configmix/variables.py	Thu Mar 22 16:21:17 2018 +0100
@@ -33,7 +33,7 @@
 
 
 def _oslookup(name, default=_MARKER):
-    """Lookup an environment variable"""
+    """Lookup some process and/or OS state """
     if name == "cwd":
         return native_os_str_to_text(os.getcwd())
     raise KeyError("key %r not found in the namespace" % name)