From 72294c5cc09948632d5952fa16bd4eff0292d995 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 13 Nov 2008 21:54:22 +0000 Subject: Removed spurious exception re-raise git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@713836 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/commands/qpid-config | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/python') diff --git a/qpid/python/commands/qpid-config b/qpid/python/commands/qpid-config index 2a6f8fcf8b..4b4bdd00b8 100755 --- a/qpid/python/commands/qpid-config +++ b/qpid/python/commands/qpid-config @@ -380,7 +380,6 @@ try: Usage () except Exception,e: print "Failed:", e.message - raise sys.exit(1) bm.Disconnect() -- cgit v1.2.1