diff options
| author | Gordon Sim <gsim@apache.org> | 2010-04-27 16:37:38 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-04-27 16:37:38 +0000 |
| commit | 5fa7466d499caeb937e5ce792a048da93051c011 (patch) | |
| tree | ebde268d0bf987e30605924df1892b0756e2d042 /python/examples/api | |
| parent | e8564384925e812077637cfd9b52995e836be1f7 (diff) | |
| download | qpid-python-5fa7466d499caeb937e5ce792a048da93051c011.tar.gz | |
correct name of exception to be caught
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@938550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/api')
| -rwxr-xr-x | python/examples/api/drain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/api/drain b/python/examples/api/drain index a2e40ec8a0..eaf86f94ac 100755 --- a/python/examples/api/drain +++ b/python/examples/api/drain @@ -89,7 +89,7 @@ try: ssn.acknowledge() except Empty: break -except ReceiveError, e: +except ReceiverError, e: print e except KeyboardInterrupt: pass |
