From 0272430b4dd7ad2f05492d527d5f5f1bb50e7356 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/qpid@713836 13f79535-47bb-0310-9956-ffa450edef68 --- python/commands/qpid-config | 1 - 1 file changed, 1 deletion(-) (limited to 'python') diff --git a/python/commands/qpid-config b/python/commands/qpid-config index 2a6f8fcf8b..4b4bdd00b8 100755 --- a/python/commands/qpid-config +++ b/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