From e74daba838f80ba3f1ab18809b7d59510d8ffcbb Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Thu, 7 Apr 2022 11:40:34 -0300 Subject: [PATCH] [arch.controller] fix: typo --- bauh/gems/arch/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bauh/gems/arch/controller.py b/bauh/gems/arch/controller.py index 7d085c23..73e70204 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -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