diff options
Diffstat (limited to 'qpid/python/commands/qpid-route')
| -rwxr-xr-x | qpid/python/commands/qpid-route | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/commands/qpid-route b/qpid/python/commands/qpid-route index 5733c62a27..e0e655683a 100755 --- a/qpid/python/commands/qpid-route +++ b/qpid/python/commands/qpid-route @@ -508,7 +508,7 @@ try: Usage() except Exception,e: - print "Failed:", e.args[0] + print "Failed:", e.args sys.exit(1) rm.disconnect() |
