[arch.controller] fix: typo

This commit is contained in:
Vinicius Moreira
2022-04-07 11:40:34 -03:00
parent 81c6e9d607
commit e74daba838

View File

@@ -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