summaryrefslogtreecommitdiffstats
path: root/ipalib/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/errors.py')
-rw-r--r--ipalib/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/errors.py b/ipalib/errors.py
index afc61dd8..a25df091 100644
--- a/ipalib/errors.py
+++ b/ipalib/errors.py
@@ -67,6 +67,7 @@ class RuleError(ValidationError):
"""
Raised when a required option was not provided.
"""
+ # FIXME: `rule` should really be after `error`
def __init__(self, name, value, rule, error):
self.rule = rule
ValidationError.__init__(self, name, value, error)