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

Added checking the fullness of the global registry key dictionary

This commit is contained in:
Valery Sinelnikov 2023-10-06 11:38:14 +04:00
parent 47015ec312
commit 16b5747620

View File

@ -178,6 +178,11 @@ class Dconf_registry():
f.write(content)
@classmethod
def check_dict_content(self):
return True if self.global_registry_dict_win_style else None
@classmethod
def get_dictionary_from_dconf(self, *startswith_list):
output_dict = {}