diff options
| author | Ken Giusti <kgiusti@apache.org> | 2012-05-04 19:45:32 +0000 |
|---|---|---|
| committer | Ken Giusti <kgiusti@apache.org> | 2012-05-04 19:45:32 +0000 |
| commit | 60f328e85f79636dc9aa9822602b85555678718a (patch) | |
| tree | 50fecd7435b228255d899f7049b8994b7d235611 /tools | |
| parent | 83286c75a7a393bf8dabe311e33bda75124db8a5 (diff) | |
| download | qpid-python-60f328e85f79636dc9aa9822602b85555678718a.tar.gz | |
QPID-3767: re-index bridge and link by constant name, not address
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1334138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/src/py/qpid-tool | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/src/py/qpid-tool b/tools/src/py/qpid-tool index af948b13a9..b31d93594c 100755 --- a/tools/src/py/qpid-tool +++ b/tools/src/py/qpid-tool @@ -455,6 +455,7 @@ class QmfData(Console): rows.append(row) else: print "No object found with ID %d" % dispId + return finally: self.lock.release() self.disp.table(caption, heads, rows) |
