SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2.01k stars 364 forks source link

Bug fix for no pkg cache #1427

Open dnaihao opened 5 years ago

dnaihao commented 5 years ago

Addressing issue https://github.com/SublimeText/LaTeXTools/issues/1425

LatexTools: Build cache of LaTex packages command might fail due to no bst installed. There would be KeyError for 'bst'. Thus, it would be nice if we could use the get method to avoid this error.