diff options
Diffstat (limited to 'ipalib/errors.py')
-rw-r--r-- | ipalib/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/errors.py b/ipalib/errors.py index 2e9eebee..a29dbbee 100644 --- a/ipalib/errors.py +++ b/ipalib/errors.py @@ -739,7 +739,7 @@ class NotFound(ExecutionError): """ errno = 4001 - format = _('entry not found') + format = _('%(reason)r') class DuplicateEntry(ExecutionError): """ |