mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
unpackfs: Fix error in list_excludes.
I accidentally removed the initialization of lst.
This commit is contained in:
parent
e6d65d047b
commit
5209af0182
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ ON_POSIX = 'posix' in sys.builtin_module_names
|
|||
|
||||
|
||||
def list_excludes(destination):
|
||||
lst = []
|
||||
extra_mounts = globalstorage.value("extraMounts")
|
||||
for extra_mount in extra_mounts:
|
||||
mount_point = extra_mount["mountPoint"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue