We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b575370 commit c9f7f72Copy full SHA for c9f7f72
latextools/make_pdf.py
@@ -122,6 +122,8 @@ def worker(self, activity_indicator):
122
123
self.caller.proc = None
124
125
+ self.caller.builder.set_output(out)
126
+
127
# print and handle command exit status
128
logger.info(f"Finished with status {proc.returncode}.")
129
if pending:
@@ -132,7 +134,6 @@ def worker(self, activity_indicator):
132
134
aborted = True
133
135
break
136
- self.caller.builder.set_output(out)
137
# acknowledge coroutine's yield with process's return code
138
# it allows statements like: `result = yield (cmd, msg)`
139
cmd, msg = cmd_coroutine.send(proc.returncode)
0 commit comments