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

master3.3
Mike Khiretskiy 10 年前
父节点 cbe42e3d52
当前提交 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:

正在加载...
取消
保存