Re: [Tails-dev] [review'n'merge:1.2.1] bugfix/7678-Tails-Ins…

Supprimer ce message

Répondre à ce message
Auteur: kurono
Date:  
À: tails-dev
Sujet: Re: [Tails-dev] [review'n'merge:1.2.1] bugfix/7678-Tails-Installer-crashes-on-upgrade
Hi,

> I confirm the patch fixes the issue.
>
> A tiny comment though: as @toplevels@ is only used once, so why not
> to write one less line:
>
> <pre> -        toplevels = config['liveos_toplevel_files'] -
> for f in toplevels: +        for f in
> config['liveos_toplevel_files']: </pre>

>


Ok the new version is in
http://git.tails.boum.org/kurono/liveusb-creator/ the branch is the
same bugfix/7678-Tails-Installer-crashes-on-upgrade.

Cheers.