mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Added logs for the create_dconf_ini_file
This commit is contained in:
parent
3e6b7cd040
commit
62ed015ea9
@ -513,6 +513,9 @@ def create_dconf_ini_file(filename, data):
|
||||
else:
|
||||
file.write(f'{key} = "{value}"\n')
|
||||
file.write('\n')
|
||||
logdata = dict()
|
||||
logdata['filename'] = filename
|
||||
log('D177', logdata)
|
||||
Dconf_registry.dconf_update()
|
||||
|
||||
def convert_string_dconf(input_string):
|
||||
|
Loading…
x
Reference in New Issue
Block a user