Forgot level
This commit is contained in:
parent
6c339db86b
commit
4e609856c3
@ -56,7 +56,7 @@ class Conf(object):
|
||||
# if debug
|
||||
if os.environ.has_key(varname):
|
||||
if self.debug:
|
||||
self.debug.debug("%s exists in environment, replacing with %s." % (varname, os.environ[varname]))
|
||||
self.debug.debug("%s exists in environment, replacing with %s." % (varname, os.environ[varname]), 3)
|
||||
# if debug
|
||||
self.set(s, i, val.replace("$"+varname, os.environ[varname]))
|
||||
# if has_key
|
||||
|
Loading…
Reference in New Issue
Block a user