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 3756923 commit c14b02cCopy full SHA for c14b02c
1 file changed
ietf/submit/forms.py
@@ -148,7 +148,7 @@ def clean(self):
148
self.xmltree = parser.parse(normalize=True)
149
ok, errors = self.xmltree.validate()
150
except Exception as exc:
151
- raise forms.ValidationError("An exception occurred when trying to process the XML file: %s" % exc.msg)
+ raise forms.ValidationError("An exception occurred when trying to process the XML file: %s" % exc)
152
if not ok:
153
# Each error has properties:
154
#
0 commit comments