ia64/xen-unstable
changeset 7386:95ec0b134206
Patch for typo causing multiple output in xm list -l, courtesy of Laura Ramirez
<laura.ramirez@hp.com>.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
<laura.ramirez@hp.com>.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Thu Oct 13 23:16:03 2005 +0100 (2005-10-13) |
parents | 56752fea020d |
children | 70aa62954e91 |
files | tools/python/xen/xm/main.py |
line diff
1.1 --- a/tools/python/xen/xm/main.py Thu Oct 13 20:16:02 2005 +0100 1.2 +++ b/tools/python/xen/xm/main.py Thu Oct 13 23:16:03 2005 +0100 1.3 @@ -233,7 +233,7 @@ def xm_list(args): 1.4 1.5 if use_long: 1.6 for dom in doms: 1.7 - PrettyPrint.prettyprint(doms) 1.8 + PrettyPrint.prettyprint(dom) 1.9 else: 1.10 domsinfo = map(parse_doms_info, doms) 1.11