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:
Martin Babinsky
2016-07-13 18:22:04 +02:00
committed by Petr Vobornik
parent 2f02ffed03
commit a5c8c9880d

View File

@@ -363,6 +363,7 @@ class ResultFormattingError(PublicMessage):
"""
**13019** Unable to correctly format some part of the result
"""
type = "warning"
errno = 13019