mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45: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)
|
||||
|
||||
if libcalamares.globalstorage.contains("packageOperations"):
|
||||
operations = libcalamares.globalstorage.value("packageOperations")
|
||||
|
||||
for entry in operations:
|
||||
run_operations(pkgman, entry)
|
||||
run_operations(libcalamares.globalstorage.value("packageOperations"))
|
||||
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue