From 9b04b1bca6e3108286ac2e33728f452574fbb113 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 Dec 2022 15:22:17 +0300 Subject: [PATCH] =?UTF-8?q?TG-93=20cl-update:=20Fix:=20=D1=84=D1=83=D0=BD?= =?UTF-8?q?=D0=BA=D1=86=D0=B8=D1=8F=20=D1=81=D0=BE=D1=85=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=85=D1=8D=D1=88=D0=B0=20world=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=B2=D0=BE=D0=B7=D0=B2?= =?UTF-8?q?=D1=80=D0=B0=D1=89=D0=B0=D0=B5=D1=82=20=D1=83=D1=81=D0=BF=D0=B5?= =?UTF-8?q?=D1=88=D0=BD=D0=BE=D0=B5=20=D0=B2=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/update/update.py b/pym/update/update.py index eeed960..6270a4a 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -2046,6 +2046,7 @@ class Update(MethodsInterface): ps.paths = ['/var/lib/portage/world'] new_world_state_hash = ps.get_state() ini.setVar('system', {'world_hash': new_world_state_hash}) + return True def drop_world_state_hash(self): """