Skip to content

Commit b084211

Browse files
committed
Remove obsolete argument
1 parent 55224c2 commit b084211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

latextools/make_pdf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,9 @@ def finish(self, success: bool) -> None:
581581
self.window.run_command("latextools_jumpto_pdf", {"from_keybinding": False})
582582

583583
# display build panel and update annotations in UI thread
584-
sublime.set_timeout(functools.partial(self.do_finish, open_pdf))
584+
sublime.set_timeout(functools.partial(self.do_finish))
585585

586-
def do_finish(self, open_pdf: bool) -> None:
586+
def do_finish(self) -> None:
587587
if get_setting("scroll_build_panel_to_top", False, self.view) is True:
588588
self.output_view.show(0, show_surrounds=False, keep_to_left=True, animate=False)
589589

0 commit comments

Comments
 (0)