We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29aa99 commit 63c97adCopy full SHA for 63c97ad
1 file changed
ietf/utils/validators.py
@@ -38,7 +38,7 @@ def __call__(self, value):
38
except Exception as e:
39
raise ValidationError('Please enter a valid regular expression. '
40
'Got an error when trying to compile this: "%s" : "%s"'
41
- % (self.message, value, e))
+ % (value, e))
42
if '-*' in value:
43
raise ValidationError('Did you really mean that? The regular expression '
44
'contains "-*" which will match zero or more dashes. '
0 commit comments