]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/decorators.py
Closing OSQA 35. Give admins and moderators an easy way to award karma points.
[osqa.git] / forum / views / decorators.py
index f9929ffacde158b7175c91f441d139f160e02853..90bb2b2a89820423bb988f1efb8fcda580001558 100644 (file)
@@ -75,8 +75,8 @@ def command(func):
 \r
             response['success'] = True\r
         except Exception, e:\r
-            #import sys, traceback\r
-            #traceback.print_exc(file=sys.stdout)\r
+            import sys, traceback\r
+            traceback.print_exc(file=sys.stdout)\r
 \r
             if isinstance(e, CommandException):\r
                 response = {\r