From 3adbb14780b3a658c351face54154957dbd711ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 22 Dec 2015 12:41:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B5=D1=81=D0=BB=D0=B8=20--scan=20=D0=B2=D1=8B=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=20=D1=82=D0=BE=D1=82=20=D0=B6=D0=B5=20=D1=81=D0=B5?= =?UTF-8?q?=D1=80=D0=B2=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/update.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pym/update/update.py b/pym/update/update.py index d023b58..be0d4ed 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -1188,6 +1188,9 @@ class Update(MethodsInterface): if self.refresh_binhost: self.printWARNING(_("Update server was changed to %s") % self.clVars.Get('cl_update_binhost')) + elif self.clVars.GetBool('update.cl_update_binhost_recheck_set'): + self.printSUCCESS(_("Update server %s") % + self.clVars.Get('cl_update_binhost')) return True def update_binhost_list(self):