mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
packageOperations should be a map between operation type and list of packages. It does not make sense for it to be a list of dictionaries, all with the same format. Also makes conversions with QVariant harder.
This commit is contained in:
parent
9d4a636a16
commit
058c7d8913
1 changed files with 1 additions and 4 deletions
|
@ -124,9 +124,6 @@ def run():
|
||||||
run_operations(pkgman, entry)
|
run_operations(pkgman, entry)
|
||||||
|
|
||||||
if libcalamares.globalstorage.contains("packageOperations"):
|
if libcalamares.globalstorage.contains("packageOperations"):
|
||||||
operations = libcalamares.globalstorage.value("packageOperations")
|
run_operations(libcalamares.globalstorage.value("packageOperations"))
|
||||||
|
|
||||||
for entry in operations:
|
|
||||||
run_operations(pkgman, entry)
|
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue