Check for non param command fix
This commit is contained in:
parent
7199698cf0
commit
e52e5fea94
@ -374,6 +374,7 @@ def run( elm, ecu, command, data ):
|
||||
commandTakesParams = False
|
||||
else:
|
||||
commandTakesParams = True
|
||||
break
|
||||
|
||||
if commandTakesParams:
|
||||
idRangeKey = identsRangeKeys[identsRangeKeys.keys()[rangeKey]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user