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

Added error log when creating a dictionary

This commit is contained in:
Данила Скачедубов 2023-08-24 15:42:34 +04:00
parent 93806b342d
commit f1800a834f

View File

@ -333,6 +333,7 @@ def warning_code(code):
warning_ids[13] = 'Failed to caching the file'
warning_ids[14] = 'Could not create a valid list of keys'
warning_ids[15] = 'Failed to copy file'
warning_ids[16] = 'Failed to create settings list'
return warning_ids.get(code, 'Unknown warning code')