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

Application of ini file settings is moved to the user context

This commit is contained in:
Valery Sinelnikov 2024-01-12 15:41:28 +04:00
parent 0674340f74
commit 12bd7a5b51

View File

@ -68,11 +68,11 @@ class ini_applier_user(applier_frontend):
Ini_file(inifile, self.username)
def admin_context_apply(self):
pass
def user_context_apply(self):
if self.__module_enabled:
log('D173')
self.run()
else:
log('D174')
def user_context_apply(self):
pass