fix use of handle_error in command.py
authorTero Marttila <terom@fixme.fi>
Sun, 14 Jun 2009 18:04:53 +0300
changeset 114 4096f8a7e63c
parent 113 3e0bbacc917e
child 115 d5aa320697df
fix use of handle_error in command.py
degal/command.py
--- a/degal/command.py	Sun Jun 14 17:20:03 2009 +0300
+++ b/degal/command.py	Sun Jun 14 18:04:53 2009 +0300
@@ -87,7 +87,8 @@
             self.log_error("Interrupted")
 
         except :
-            command_ctx.handle_error()
+            # dump traceback
+            self.handle_error()
 
     def log_msg (self, level, msg, *args, **kwargs) :
         """