Detect infinite recursion in Entity.to_xml
All threads resolved!
All threads resolved!
Compare changes
- I. Nüske authored
+ 5
− 1
@@ -1304,7 +1304,11 @@ class Entity:
Addresses https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/96 / https://gitlab.com/linkahead/linkahead-pylib/-/issues/73
When calling to_xml on an Entity that refers to itself, to_xml now detects the infinite recursion and stops after the first level of repeated information.
Manual Testing