parent
355f1a1d2d
commit
39077092c0
|
@ -987,6 +987,4 @@ if __name__ == "__main__":
|
||||||
# restore terminal state
|
# restore terminal state
|
||||||
termios.tcsetattr(sys.stdin, termios.TCSANOW, attr)
|
termios.tcsetattr(sys.stdin, termios.TCSANOW, attr)
|
||||||
ispell.free()
|
ispell.free()
|
||||||
if not err:
|
|
||||||
os.system('clear')
|
|
||||||
sys.exit(err)
|
sys.exit(err)
|
||||||
|
|
Loading…
Reference in New Issue