From eb015aa0edbcd95a3365665cabab519c4a6cff10 Mon Sep 17 00:00:00 2001 From: wangsong Date: Fri, 17 Jun 2022 02:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8E=A7=E5=88=B6=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E7=9A=84=E7=A9=BA=E7=99=BD=E6=96=87=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/SystemUpdater/Core/UpdateList.py | 2 +- backend/data/system-updater-coverable.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 backend/data/system-updater-coverable.conf diff --git a/backend/SystemUpdater/Core/UpdateList.py b/backend/SystemUpdater/Core/UpdateList.py index ae92ccc..cbc5b7c 100644 --- a/backend/SystemUpdater/Core/UpdateList.py +++ b/backend/SystemUpdater/Core/UpdateList.py @@ -472,7 +472,7 @@ class UpdateList(): #important_list 为空时此次不需要升级 if not group_important_list and not self.upgrade_meta.single_pkgs: - self.parent.dbusController.UpdateDetectFinished(True,[''],'','') + self.parent.dbusController.UpdateDetectFinished(True,[],'','') return #产生单包的JSON diff --git a/backend/data/system-updater-coverable.conf b/backend/data/system-updater-coverable.conf old mode 100755 new mode 100644