You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2008/11/13 22:54:23 UTC

svn commit: r713836 - /incubator/qpid/trunk/qpid/python/commands/qpid-config

Author: tross
Date: Thu Nov 13 13:54:22 2008
New Revision: 713836

URL: http://svn.apache.org/viewvc?rev=713836&view=rev
Log:
Removed spurious exception re-raise

Modified:
    incubator/qpid/trunk/qpid/python/commands/qpid-config

Modified: incubator/qpid/trunk/qpid/python/commands/qpid-config
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/commands/qpid-config?rev=713836&r1=713835&r2=713836&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/commands/qpid-config (original)
+++ incubator/qpid/trunk/qpid/python/commands/qpid-config Thu Nov 13 13:54:22 2008
@@ -380,7 +380,6 @@
             Usage ()
 except Exception,e:
     print "Failed:", e.message
-    raise
     sys.exit(1)
 
 bm.Disconnect()