[virt-tools-list] [PATCH 2/3] Add inspection data to the domain object.
Richard W.M. Jones
rjones at redhat.com
Wed Jun 29 19:30:46 UTC 2011
On Wed, Jun 29, 2011 at 05:20:49PM +0100, Richard W.M. Jones wrote:
> + def set_inspection_applications(self, new):
> + self.inspection_applications = str(new)
Small mistake. 'str(new)' should be 'list(new)' because this is
a list, not a string.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine. Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
More information about the virt-tools-list
mailing list