We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc37cc commit 508bf15Copy full SHA for 508bf15
1 file changed
ietf/submit/forms.py
@@ -147,7 +147,7 @@ def clean(self):
147
tf.write(chunk)
148
os.environ["XML_LIBRARY"] = settings.XML_LIBRARY
149
try:
150
- parser = xml2rfc.XmlRfcParser(tfn, quiet=True)
+ parser = xml2rfc.XmlRfcParser(str(tfn), quiet=True)
151
self.xmltree = parser.parse()
152
ok, errors = self.xmltree.validate()
153
except Exception as exc:
0 commit comments