improve code

This commit is contained in:
Chrys 2019-08-13 09:55:23 +02:00
parent f418adb817
commit 371adb7417

View File

@ -132,8 +132,7 @@ class driver(screenDriver):
env = os.environ.copy()
#values are VT100,xterm-256color,linux
try:
eterm = env["TERM"]
if eterm == '':
if env["TERM"] == '':
env["TERM"] = 'linux'
except:
env["TERM"] = 'linux'