You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2010/04/27 18:37:38 UTC

svn commit: r938550 - /qpid/trunk/qpid/python/examples/api/drain

Author: gsim
Date: Tue Apr 27 16:37:38 2010
New Revision: 938550

URL: http://svn.apache.org/viewvc?rev=938550&view=rev
Log:
correct name of exception to be caught

Modified:
    qpid/trunk/qpid/python/examples/api/drain

Modified: qpid/trunk/qpid/python/examples/api/drain
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/examples/api/drain?rev=938550&r1=938549&r2=938550&view=diff
==============================================================================
--- qpid/trunk/qpid/python/examples/api/drain (original)
+++ qpid/trunk/qpid/python/examples/api/drain Tue Apr 27 16:37:38 2010
@@ -89,7 +89,7 @@ try:
       ssn.acknowledge()
     except Empty:
       break
-except ReceiveError, e:
+except ReceiverError, e:
   print e
 except KeyboardInterrupt:
   pass



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org