cl-update: Fix: функция сохранения хэша world теперь возвращает успешное выполнение
master 3.7.2.65
root 1 year ago
parent 48169a8f47
commit 9b04b1bca6

@ -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):
"""

Loading…
Cancel
Save