From 59c6b6686fbdce46245714bed2acd4b65f45b106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Wed, 18 Dec 2019 18:27:45 -0300 Subject: [PATCH] [aur] deleted var fix --- bauh/gems/arch/controller.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bauh/gems/arch/controller.py b/bauh/gems/arch/controller.py index edb02b69..43b899a7 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -82,8 +82,6 @@ class ArchManager(SoftwareManager): if is_url: return SearchResult([], [], 0) - self.comp_optimizer.join() - downgrade_enabled = git.is_enabled() res = SearchResult([], [], 0)