DanielNSaga
Results
1
comments of
DanielNSaga
I hit the same crash in `repo_agent/doc_meta_info.py` at “parsing topology task-list”. I fixed it by switching the membership checks in `get_task_manager` to identity so `DocItem.__eq__` never runs on cycles. I...