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