apcshields / autocomplete-bibtex

Adds Pandoc-style BibTeX citation key autocompletion to autocomplete+ for Atom.
MIT License
44 stars 17 forks source link

Warn on missing .bib files instead of failing #84

Closed nodec closed 6 years ago

nodec commented 6 years ago

Currently, missing reference files (e.g., .bib files) cause an exception and parsing the references stops. This patch adds a check to determine if a file exists before it is accessed. If a file does not exists it is ignored and parsing continues with the remaining files.