diff options
| author | Ted Ross <tross@apache.org> | 2008-11-13 21:54:22 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-11-13 21:54:22 +0000 |
| commit | 72294c5cc09948632d5952fa16bd4eff0292d995 (patch) | |
| tree | 0f73436936e0f9e164881f0469508c2c1f373768 /qpid/python/commands | |
| parent | c9fb4a64d7c28cce0b611123b5cbaf67756a9aba (diff) | |
| download | qpid-python-72294c5cc09948632d5952fa16bd4eff0292d995.tar.gz | |
Removed spurious exception re-raise
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@713836 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/commands')
| -rwxr-xr-x | qpid/python/commands/qpid-config | 1 |
1 files changed, 0 insertions, 1 deletions
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() |
