mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Personalized data extraction
This commit is contained in:
parent
b6e84b3d9e
commit
2a21983b13
@ -88,7 +88,8 @@ class firefox_applier(applier_frontend):
|
||||
it_data.data = json_data
|
||||
it_data.type = 7
|
||||
else:
|
||||
it_data.data = clean_data_firefox(it_data.data)
|
||||
if it_data.type == 1:
|
||||
it_data.data = clean_data_firefox(it_data.data)
|
||||
#Cases when it is necessary to create nested dictionaries
|
||||
if it_data.valuename != it_data.data:
|
||||
parts = self.get_parts(it_data.hive_key)
|
||||
|
Loading…
x
Reference in New Issue
Block a user