mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add a reason to the NotFound exception so we can provide more robust errors
This commit is contained in:
@@ -739,7 +739,7 @@ class NotFound(ExecutionError):
|
||||
"""
|
||||
|
||||
errno = 4001
|
||||
format = _('entry not found')
|
||||
format = _('%(reason)r')
|
||||
|
||||
class DuplicateEntry(ExecutionError):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user