Skip to content

Commit f210368

Browse files
committed
Fix invalid traceback print call
1 parent a34015d commit f210368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latextools/jumpto_pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def run(self, **args):
243243
try:
244244
viewer.view_file(pdffile, keep_focus=False)
245245
except (AttributeError, NotImplementedError):
246-
traceback.print_exception()
246+
traceback.print_exc()
247247
sublime.error_message(
248248
"Your viewer does not appear to be a proper"
249249
"LaTeXTools viewer plugin. "

0 commit comments

Comments
 (0)