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