mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Typo
This commit is contained in:
parent
32a5a06db5
commit
82bca55a1f
@ -391,7 +391,7 @@ while not failed:
|
||||
time.sleep(0.5)
|
||||
if not lyx_exists():
|
||||
print "LyX instance not found because of crash or assert !\n"
|
||||
failed = true
|
||||
failed = True
|
||||
else:
|
||||
print "Terminating lyx instance: " + str(lyx_pid) + "\n"
|
||||
intr_system("kill -9 " + str(lyx_pid), True);
|
||||
|
Loading…
Reference in New Issue
Block a user