mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipalib: Fix missing format for InvalidDomainLevelError
Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
@@ -1359,6 +1359,7 @@ class InvalidDomainLevelError(ExecutionError):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
errno = 4032
|
errno = 4032
|
||||||
|
format = _('%(reason)s')
|
||||||
|
|
||||||
class BuiltinError(ExecutionError):
|
class BuiltinError(ExecutionError):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user