Check for non param command fix

This commit is contained in:
Marianpol 2020-02-09 21:41:30 +01:00
parent 7199698cf0
commit e52e5fea94

View File

@ -374,6 +374,7 @@ def run( elm, ecu, command, data ):
commandTakesParams = False
else:
commandTakesParams = True
break
if commandTakesParams:
idRangeKey = identsRangeKeys[identsRangeKeys.keys()[rangeKey]]