diff options
-rw-r--r-- | gn2/wqflask/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/views.py b/gn2/wqflask/views.py index f073859c..473b86e9 100644 --- a/gn2/wqflask/views.py +++ b/gn2/wqflask/views.py @@ -484,7 +484,7 @@ def docedit(): return render_template("docedit.html", **doc.__dict__) else: return "You shouldn't be here!" - except: + except Exception: return "You shouldn't be here!" |