From db649c16e41e22b33be90d66639936699f2038ce Mon Sep 17 00:00:00 2001 From: pjotrp Date: Tue, 12 May 2015 17:45:55 -0500 Subject: Add info to warning --- wqflask/utility/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3