jw-python/tools/python
Jan Lindemann d30c41b03d stree.StringTree.py.__set(): Disable assert self.content != str(content)
There's an assertion in StringTree.py.__set(), assert self.content !=
str(content), which often triggers. Not sure what the idea behind the
assertion was, disable it.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-05-12 18:57:16 +02:00
..
jwutils stree.StringTree.py.__set(): Disable assert self.content != str(content) 2025-05-12 18:57:16 +02:00
Makefile Fix Python errors reported by mypy 2020-04-10 14:17:15 +02:00