From cc68cd25b55b11d5123ca5e8c0b4b004f6a397b5 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: Mon, 13 Feb 2017 11:12:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/update.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pym/update/update.py b/pym/update/update.py index 5f04736..e3aa40d 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -830,6 +830,7 @@ class Update(MethodsInterface): Установить кэш - "нет пакетов для обновления" """ #self.updateCache(PackageList([])) + self.set_need_update(False) return True def _startEmerging(self, emerge): @@ -923,6 +924,7 @@ class Update(MethodsInterface): else: return True else: + self.set_need_update(False) self.printSUCCESS(_("The system is up to date")) except EmergeError: self.set_need_update(False)