mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix error in AttrValueNotFound exception example
This commit is contained in:
@@ -1198,10 +1198,10 @@ class AttrValueNotFound(ExecutionError):
|
||||
|
||||
For example:
|
||||
|
||||
>>> raise NotFound(attr='ipasudoopt', value='authenticate')
|
||||
>>> raise AttrValueNotFound(attr='ipasudoopt', value='authenticate')
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
AttrValueNotFound: ipasudoopt does not contain 'authenticate'.
|
||||
AttrValueNotFound: ipasudoopt does not contain 'authenticate'
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user