You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unhandled exception when omit duplicate option is used with index of names
The issue was that report_app_ref, index_of_dates, and index_of_places were only initialized when the dubperson (i.e. omit duplicates) option was enabled, but they were accessed unconditionally in methods like write_index_of_names, append_event, and write_report_ref. This lead to an `AttributeError` when later code tried to access them.
AI was asked to analyze the call stack and fix the issue. Validation and verification of fix was performed by me.
Generated-by: Cline v3.27.0; x-ai/grok-code-fast-1
Fixes #12859, #12857
0 commit comments