From 60aabfc9e146f14c01fa797de8b3293c6c734b06 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Tue, 14 Nov 2023 00:54:30 +0530 Subject: [PATCH] Package installer in protected list --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index b2eca27..e0a22b4 100644 --- a/installer.py +++ b/installer.py @@ -19,7 +19,7 @@ class Installer(QMainWindow): form={"name":[], "path":[]} plugin={"name":[], "path":[]} - protected=["note", "report", "advice", "investigation", "medication", "additional", "certificate", "default", "medcert"] + protected=["note", "report", "advice", "investigation", "medication", "additional", "certificate", "default", "medcert", ""] directory=None def cmd_install(self): -- 2.39.5