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
When key_exists_in_others is True and key_exists is False, the procedure will crash at bibcode = extract_bibcode(bib.entries_dict[key]), because bib.entries_dict does not have key there.
The text was updated successfully, but these errors were encountered:
adstex/adstex.py
Lines 394 to 398 in 5723da4
When
key_exists_in_others
is True andkey_exists
is False, the procedure will crash atbibcode = extract_bibcode(bib.entries_dict[key])
, becausebib.entries_dict
does not havekey
there.The text was updated successfully, but these errors were encountered: