You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2013/04/18 16:36:04 UTC

svn commit: r1469345 - /qpid/trunk/qpid/python/examples/api/server

Author: jross
Date: Thu Apr 18 14:36:04 2013
New Revision: 1469345

URL: http://svn.apache.org/r1469345
Log:
QPID-4750: Fix unhandled exception; patch from Ernie Allen

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

Modified: qpid/trunk/qpid/python/examples/api/server
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/examples/api/server?rev=1469345&r1=1469344&r2=1469345&view=diff
==============================================================================
--- qpid/trunk/qpid/python/examples/api/server (original)
+++ qpid/trunk/qpid/python/examples/api/server Thu Apr 18 14:36:04 2013
@@ -87,7 +87,7 @@ try:
     if snd is not None:
       snd.close()
     ssn.acknowledge()
-except ReceiveError, e:
+except ReceiverError, e:
   print e
 except KeyboardInterrupt:
   pass



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org