degal/command.py
changeset 120 55cb7fc9c8fb
parent 117 a2e4562deaab
child 144 97505a789003
--- a/degal/command.py	Sun Jun 14 22:59:29 2009 +0300
+++ b/degal/command.py	Sun Jun 14 23:43:40 2009 +0300
@@ -91,6 +91,7 @@
 
         except :
             # dump traceback
+            # XXX: skip all crap up to the actual function
             self.handle_error()
 
     def log_msg (self, level, msg, *args, **kwargs) :