[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] Make save to usb work.



On Tue, 2009-04-14 at 16:46 +0200, Joel Granados Moreno wrote:
> ---
>  storage/__init__.py |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/storage/__init__.py b/storage/__init__.py
> index 4c365f7..8678b6e 100644
> --- a/storage/__init__.py
> +++ b/storage/__init__.py
> @@ -470,11 +470,11 @@ class Storage(object):
>                  if part.active and \
>                     not part.getFlag(parted.PARTITION_RAID) and \
>                     not part.getFlag(parted.PARTITION_LVM) and \
> -                   part.fileSystemType in ("ext3", "ext2", "fat16", "fat32"):
> -                    dests.append(part.path, device.name)
> +                   part.fileSystem.type in ("ext3", "ext2", "fat16", "fat32"):
> +                    dests.append([part.path, device.name])

Perhaps a dumb question, but do we care about ext4 here too?

Thanks,
James

Attachment: signature.asc
Description: This is a digitally signed message part


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]