From ceb2e4419fe081d096bacda9966adc705bf3dc73 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 3 Dec 2008 18:43:16 +0000 Subject: QPID-1512 - Catch only connection-related exceptions in qmf console connection thread - Added __hash__ method for UUID in qpid.datatypes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723008 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/commands/qpid-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/python/commands/qpid-config') diff --git a/qpid/python/commands/qpid-config b/qpid/python/commands/qpid-config index 6bfa6939f1..beec67c826 100755 --- a/qpid/python/commands/qpid-config +++ b/qpid/python/commands/qpid-config @@ -379,7 +379,7 @@ try: else: Usage () except Exception,e: - print "Failed:", e.args[0] + print "Failed:", e.args sys.exit(1) bm.Disconnect() -- cgit v1.2.1