mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[arch.controller] fix: typo
This commit is contained in:
@@ -1359,7 +1359,7 @@ class ArchManager(SoftwareManager):
|
|||||||
if uninstalled:
|
if uninstalled:
|
||||||
self._remove_uninstalled_from_context(provided_by_uninstalled, context)
|
self._remove_uninstalled_from_context(provided_by_uninstalled, context)
|
||||||
|
|
||||||
if disk_loader: # loading package instances in case the uninstall succeeds
|
if disk_loader: # loading package instances in case the removal succeeds
|
||||||
if instances:
|
if instances:
|
||||||
for p in instances:
|
for p in instances:
|
||||||
context.removed[p.name] = p
|
context.removed[p.name] = p
|
||||||
|
|||||||
Reference in New Issue
Block a user