From 82bca55a1f1d1e13da86e6d335ea4c1859fcc79b Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Tue, 21 May 2013 13:26:26 +0200 Subject: [PATCH] Typo --- development/autotests/keytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/keytest.py b/development/autotests/keytest.py index a510a3faaf..cbe0b50e6b 100755 --- a/development/autotests/keytest.py +++ b/development/autotests/keytest.py @@ -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); -- 2.39.2