[virt-tools-list] [PATCH 3/3] virtinst: Fix some minor pylint problems.

Cole Robinson crobinso at redhat.com
Thu Aug 15 00:04:25 UTC 2013


On 08/09/2013 08:18 AM, Giuseppe Scrivano wrote:
> Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
> ---
>  virtinst/OSDistro.py | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/virtinst/OSDistro.py b/virtinst/OSDistro.py
> index 575bb5b..85a2744 100644
> --- a/virtinst/OSDistro.py
> +++ b/virtinst/OSDistro.py
> @@ -1031,12 +1031,13 @@ class MandrivaDistro(Distro):
>  class MageiaDistro(MandrivaDistro):
>      name = "Mageia"
>  
> +
>  class ALTLinuxDistro(Distro):
>  
>      name = "ALT Linux"
>      os_type = "linux"
> -    _boot_iso_paths = [ ("altinst", "live") ]
> -    _hvm_kernel_paths = [ ("syslinux/alt0/vmlinuz", "syslinux/alt0/full.cz")]
> +    _boot_iso_paths = [("altinst", "live")]
> +    _hvm_kernel_paths = [("syslinux/alt0/vmlinuz", "syslinux/alt0/full.cz")]
>      _xen_kernel_paths = []
>  
>      def isValidStore(self, fetcher, progresscb):
> 

I had a similar patch queued and just pushed that, so this is fixed in git now.

- Cole




More information about the virt-tools-list mailing list