Fix: поправлено имя переменной cl_update_binhost_set для cl-builder

master 3.7.3.8
root 1 year ago
parent d9a4dc08ec
commit f70f7f8e97

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

Loading…
Cancel
Save