Bug #97004
testdef, TypeError à la suppression d'un test
Start date:
16 October 2024
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
https://sentry.entrouvert.org/entrouvert/publik/issues/134367/
TypeError: argument of type 'NoneType' is not iterable File "xml/etree/ElementTree.py", line 1041, in _escape_attrib if "&" in text: TypeError: cannot serialize None (type NoneType) (19 additional frame(s) were not displayed) ... File "xml/etree/ElementTree.py", line 743, in write serialize(write, self._root, qnames, namespaces, File "xml/etree/ElementTree.py", line 906, in _serialize_xml _serialize_xml(write, e, qnames, None, File "xml/etree/ElementTree.py", line 899, in _serialize_xml v = _escape_attrib(v) File "xml/etree/ElementTree.py", line 1064, in _escape_attrib _raise_serialization_error(text) File "xml/etree/ElementTree.py", line 1018, in _raise_serialization_error raise TypeError(
History
Updated by Valentin Deniaud about 2 months ago
- Project changed from Suivi des traces to w.c.s.
- Subject changed from TypeError: cannot serialize None (type NoneType) to testdef, TypeError à la suppression d'un test
- Assignee set to Valentin Deniaud