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

Delete this message

Reply to this message
Author: Alan
Date:  
To: tails-dev
Subject: Re: [Tails-dev] [review'n'merge:1.2.1] bugfix/7678-Tails-Installer-crashes-on-upgrade
Hi,

> Ticket: https://labs.riseup.net/code/issues/7678
>
> I don't have yet a liveusb-creator repo yet, (If I remember correctly
> already sent the requirement). So I am attaching the patch.
>

Thanks for the patch which I imported into liveusb-creator repository
in the feature branch.

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>


Cheers