Исправлена переменная cl_update_outdated_kernel_path_set

master3.3
Mike Khiretskiy il y a 10 ans
Parent cbe42e3d52
révision ecd602a4c3

@ -78,7 +78,7 @@ class UpdateInfo(object):
@property
def outdated_kernel(self):
flag_path = self.dv.Get('cl_update_outdated_kernel_path')
flag_path = self.dv.Get('update.cl_update_outdated_kernel_path')
if path.exists(flag_path):
try:
flag_kernel = readFile(flag_path).strip()
@ -91,7 +91,7 @@ class UpdateInfo(object):
@outdated_kernel.setter
def outdated_kernel(self, value):
flag_path = self.dv.Get('cl_update_outdated_kernel_path')
flag_path = self.dv.Get('update.cl_update_outdated_kernel_path')
if value:
with open(flag_path, 'w') as f:

Chargement…
Annuler
Enregistrer