There was apparently a LaTeXTools update and now I get the following error when trying to build:
TraditionalBuilder: Engine: pdflatex. Invoking latexmk…
COULD NOT COMPILE!
Build engine: Traditional Builder
After a view of console, the last few lines are:
Traceback (most recent call last):
File “/home/lmiller/.config/sublime-text-3/Packages/LaTeXTools/makePDF.py”, line 316, in run
self.caller.builder.set_output(out.decode(self.caller.encoding,“ignore”))
AttributeError: ‘NoneType’ object has no attribute ‘decode’
Not sure what needs to be done to fix. Any help is appreciated.