aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/utility/tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py
index 3eabd044..1a5c19d9 100644
--- a/wqflask/utility/tools.py
+++ b/wqflask/utility/tools.py
@@ -28,7 +28,7 @@ def get_setting(id,default,guess,get_valid_path):
setting = guess
path = get_valid_path(guess)
if not path:
- raise Exception(id+' '+setting+' path unknown or faulty (update settings.py?)')
+ raise Exception(id+' '+setting+' path unknown or faulty (update settings.py?). '+id+' should point to the root of the git repository')
return path