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

Two more error codes added

This commit is contained in:
Игорь Чудов 2020-08-05 13:16:04 +04:00
parent e37796e5b4
commit 353082a6bb
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -53,6 +53,8 @@ def error_code(code):
error_ids[23] = 'No reply from oddjobd GPOA runner via D-Bus for user'
error_ids[24] = 'Error occured while running machine applier'
error_ids[25] = 'Error occured while initializing user applier'
error_ids[26] = 'Error merging machine GPT'
error_ids[27] = 'Error merging user GPT'
return error_ids.get(code, 'Unknown error code')