[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/python pciif: fix some python format string operators
On Mon, 2006-04-10 at 14:52 +0100, Ewan Mellor wrote: > > Applied, thanks. > > Could you provide your patches as an attachment in the future? Your patch got > horribly mangled -- look how the plus signs wrap nicely onto the next line on > an 80-column display, in the hunk below. > > Cheers, > > Ewan. > > @@ -131,7 +131,7 @@ > nr_ports = size, allow_access = True) > if rc<0: > raise VmError(('pci: failed to configure I/O ports on device > ' > + > - '%s - errno=%d')&(dev.name,rc)) > + '%s - errno=%d')%(dev.name,rc)) > Sorry about that... I figured since this one was a small patch, I'd inline it. But I'll send all future ones (small and large) as attachments. Ryan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |