From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewan Mellor Subject: Re: [PATCH] Fix 'xm list -l' Date: Tue, 27 Sep 2005 15:03:22 +0100 Message-ID: <20050927140322.GA17806@uk.xensource.com> References: <87vf0n32vr.fsf@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <87vf0n32vr.fsf@us.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen Developers List-Id: xen-devel@lists.xenproject.org On Mon, Sep 26, 2005 at 03:01:12PM -0700, Dan Smith wrote: > This patch cleans up some of the argument usage in PrettyPrint.py to > avoid a stack trace when doing an 'xm list -l'. Most of the > prettyprint() methods were called with 1 argument, but the functions > required 2 (one of which was unused). Applied. Thank you! Ewan.