Commit 2d9cb26
Corrige KeyError em reftype/refid nos blocos book e thesis de xml.py
Dois acessos diretos a values["reftype"] sobreviveram à resolução de
conflito do rebase. Substituídos por values.get("reftype") para não
lançar KeyError quando o LLM não parseia o tipo da referência.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5fd4849 commit 2d9cb26
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
916 | 916 | | |
917 | 917 | | |
918 | 918 | | |
919 | | - | |
| 919 | + | |
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
| |||
1060 | 1060 | | |
1061 | 1061 | | |
1062 | 1062 | | |
1063 | | - | |
| 1063 | + | |
1064 | 1064 | | |
1065 | 1065 | | |
1066 | 1066 | | |
1067 | | - | |
| 1067 | + | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | 1070 | | |
| |||
0 commit comments