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 | 0272430b4dd7ad2f05492d527d5f5f1bb50e7356 (patch) | |
| tree | 92d899d7e96d2fcd3881a95b5b8a61f47f34f8d9 /python/commands | |
| parent | 74f36fb16ea5cd71d9d7198ca0cfd9cd9a75444c (diff) | |
| download | qpid-python-0272430b4dd7ad2f05492d527d5f5f1bb50e7356.tar.gz | |
Removed spurious exception re-raise
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@713836 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/commands')
| -rwxr-xr-x | python/commands/qpid-config | 1 |
1 files changed, 0 insertions, 1 deletions
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() |
