summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'WebappConfig/config.py')
-rw-r--r--WebappConfig/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 4a2b809..5b4cd10 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -55,7 +55,8 @@ class BashConfigParser(ConfigParser.SafeConfigParser):
try:
return ConfigParser.SafeConfigParser.get(self, section, option)
except Exception, e:
- error = '\nThere is a problem with your configuration file.\n' \
+ error = '\nThere is a problem with your configuration file or' \
+ ' an environment variable.\n' \
'webapp-config tried to read the variable "' + str(option) \
+ '"\nand received the following error:\n\n' + str(e) + \
'\nPlease note that webapp-config is not written in bash ' \