mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
[arch.controller] fix: typo
This commit is contained in:
@@ -1359,7 +1359,7 @@ class ArchManager(SoftwareManager):
|
||||
if uninstalled:
|
||||
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:
|
||||
for p in instances:
|
||||
context.removed[p.name] = p
|
||||
|
||||
Reference in New Issue
Block a user