dabo Commit
Revision 4641
Date: 2008-11-02 19:36:02 -0800 (Sun, 02 Nov 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4641

Changed:
U   trunk/dabo/lib/RemoteConnector.py

Log:
Fixed a bug where the wrong error was being re-raised in some cases.


Diff:
Modified: trunk/dabo/lib/RemoteConnector.py
===================================================================
--- trunk/dabo/lib/RemoteConnector.py   2008-11-03 03:09:43 UTC (rev 4640)
+++ trunk/dabo/lib/RemoteConnector.py   2008-11-03 03:36:02 UTC (rev 4641)
@@ -58,7 +58,7 @@
                                        sys.exit()
                                else:
                                        # Some other proble; raise the error so 
the developer can debug
-                                       raise
+                                       raise e
                return self.fn(self.obj, *args, **kwargs)
 
 




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to