1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

Fix check_enabled in package_applier

This commit is contained in:
Valery Sinelnikov 2024-02-09 11:33:29 +04:00
parent e0d88cc076
commit 58235cb1a1

View File

@ -119,7 +119,7 @@ class package_applier_user(applier_frontend):
self.sync_packages_setting = self.storage.filter_hkcu_entries(self.sid, sync_branch)
self.flagSync = False
self.__module_enabled = check_enabled(self.storage, self.__module_name, self.__module_enabled)
self.__module_enabled = check_enabled(self.storage, self.__module_name, self.__module_experimental)
def user_context_apply(self):
'''