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:
parent
47015ec312
commit
16b5747620
@ -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 = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user