From 262e834a754c50cbebb848fef694c6f4cda27e30 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Thu, 7 Apr 2022 11:41:18 -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 73e70204..a4c09617 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -1342,7 +1342,7 @@ class ArchManager(SoftwareManager): self._update_progress(context, 50) - if disk_loader and to_uninstall: # loading package instances in case the uninstall succeeds + if disk_loader and to_uninstall: # loading package instances in case the removal succeeds instances = self.read_installed(disk_loader=disk_loader, names={n for n in to_uninstall}, internet_available=net_available).installed