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 2013/11/11 19:13:10 UTC

svn commit: r1540793 - /qpid/trunk/qpid/tools/src/py/qpid-tool

Author: gsim
Date: Mon Nov 11 18:13:10 2013
New Revision: 1540793

URL: http://svn.apache.org/r1540793
Log:
QPID-5321: fix exception handling in qpid-tool. Fix by Jakub Scholz

Modified:
    qpid/trunk/qpid/tools/src/py/qpid-tool

Modified: qpid/trunk/qpid/tools/src/py/qpid-tool
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/tools/src/py/qpid-tool?rev=1540793&r1=1540792&r2=1540793&view=diff
==============================================================================
--- qpid/trunk/qpid/tools/src/py/qpid-tool (original)
+++ qpid/trunk/qpid/tools/src/py/qpid-tool Mon Nov 11 18:13:10 2013
@@ -144,7 +144,7 @@ class Mcli(Cmd):
     try:
       self.dataObject.do_call(data)
     except Exception, e:
-      print "Exception in do_call: %r", e
+      print "Exception in do_call: %r" % e
 
   def do_EOF(self, data):
     print "quit"



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