-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
So we have been trying to figure out this bug for a while, and i realized we are running python with the -O flag which means these lines don't get executed and therefore list_group is undefined.
docling-core/docling_core/transforms/serializer/markdown.py
Lines 173 to 175 in e234480
| assert item.parent and isinstance( | |
| (list_group := item.parent.resolve(doc)), ListGroup | |
| ) |
My linter actually caught this but, i didn't realize for a while.
Metadata
Metadata
Assignees
Labels
No labels