Not supported list added
This commit is contained in:
parent
168474a944
commit
e4aae925b1
@ -399,10 +399,16 @@ def run( elm, ecu, command, data ):
|
|||||||
print infoMessage
|
print infoMessage
|
||||||
print
|
print
|
||||||
|
|
||||||
|
notSupported =[1,6,7]
|
||||||
|
|
||||||
choice = Choice(buttons.values(), "Choose :")
|
choice = Choice(buttons.values(), "Choose :")
|
||||||
|
|
||||||
for key, value in buttons.iteritems():
|
for key, value in buttons.iteritems():
|
||||||
if choice[0]=='<exit>': return
|
if choice[0]=='<exit>': return
|
||||||
if value == choice[0]:
|
if value == choice[0]:
|
||||||
|
if key in notSupported:
|
||||||
|
ch = raw_input("\nNot Supported yet. Press ENTER to exit")
|
||||||
|
return
|
||||||
if key == 8:
|
if key == 8:
|
||||||
setGlowPlugsType(functions[key][0],functions[key][1],functions[key][2],functions[key][3])
|
setGlowPlugsType(functions[key][0],functions[key][1],functions[key][2],functions[key][3])
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user