mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
messages: specify message type for ResultFormattingError
the ResultFormattingError message class was missing a `type` member which could cause `otptoken-add` command to crash during QR image rendering using suboptimal TTY settings https://fedorahosted.org/freeipa/ticket/6081 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
2f02ffed03
commit
a5c8c9880d
@@ -363,6 +363,7 @@ class ResultFormattingError(PublicMessage):
|
||||
"""
|
||||
**13019** Unable to correctly format some part of the result
|
||||
"""
|
||||
type = "warning"
|
||||
errno = 13019
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user