Rev 1335: Fix exception name in http://people.samba.org/bzr/jelmer/bzr-svn/0.4

Jelmer Vernooij jelmer at samba.org
Tue Jun 24 02:56:20 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/0.4

------------------------------------------------------------
revno: 1335
revision-id: jelmer at samba.org-20080624015619-nlcmi250jxpgoowk
parent: jelmer at samba.org-20080624015605-vgrmxiiybzc2vsoe
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2008-06-24 03:56:19 +0200
message:
  Fix exception name
modified:
  transport.py                   transport.py-20060406231150-b3472d06b3a0818d
=== modified file 'transport.py'
--- a/transport.py	2008-06-24 01:10:28 +0000
+++ b/transport.py	2008-06-24 01:56:19 +0000
@@ -266,7 +266,7 @@
                     except Exception, e:
                         self.pending.append(e)
                 finally:
-                    self.pending.append(RuntimeException("Some exception was not handled"))
+                    self.pending.append(Exception("Some exception was not handled"))
                     self.semaphore.release()
 
         if paths is None:




More information about the bazaar-commits mailing list