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

log correction

This commit is contained in:
Данила Скачедубов 2024-01-17 15:12:19 +04:00 committed by Valery Sinelnikov
parent f2a45a2a6d
commit 08ba87c8d8

View File

@ -138,6 +138,7 @@ class Dconf_registry():
@staticmethod
def dconf_update():
logdata = dict()
try:
process = subprocess.Popen(['dconf', 'update'],
stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)