From f70f7f8e97f3bc018f537307a43eb5070c48c587 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Apr 2023 11:05:46 +0300 Subject: [PATCH] =?UTF-8?q?Fix:=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=B8=D0=BC=D1=8F=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D0=BE=D0=B9=20cl=5Fupdate?= =?UTF-8?q?=5Fbinhost=5Fset=20=D0=B4=D0=BB=D1=8F=20cl-builder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/update/update.py b/pym/update/update.py index 6270a4a..1934841 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -1481,7 +1481,7 @@ class Update(MethodsInterface): self.clVars.Get("update.cl_update_portage_binhost_path")) if path.exists(binhost_fn): os.unlink(binhost_fn) - if self.clVars.GetBool('cl_update_binhost_set') and self.clVars.GetBool('cl_update_use_migration_host'): + if self.clVars.GetBool('update.cl_update_binhost_set') and self.clVars.GetBool('cl_update_use_migration_host'): self.clVars.Write('cl_update_binhost', self.clVars.Get('cl_update_save_cur_binhost') , location="system") return False