dabo Commit
Revision 4964
Date: 2009-01-25 12:40:28 -0800 (Sun, 25 Jan 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/4964

Changed:
U   trunk/ide/Editor.py

Log:
Changed all occurrences of 'raise e' to simply 'raise'.


Diff:
Modified: trunk/ide/Editor.py
===================================================================
--- trunk/ide/Editor.py 2009-01-25 20:40:02 UTC (rev 4963)
+++ trunk/ide/Editor.py 2009-01-25 20:40:28 UTC (rev 4964)
@@ -787,7 +787,7 @@
                                dabo.errorLog.write(_("Could not open file: 
%s") % e)
                                target = None
                        else:
-                               raise e
+                               raise
                if target:
                        # Add to the MRU list
                        self.Application.addToMRU(_("File"), pth, 
self.onMRUSelection)



_______________________________________________
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