Tools: TestParams.py: Fix undefine name VehicleType
__VehicleType__ is used on lines 47, 53, and 56 but is never defined or imported. This could result in a NameError runtime exception.
This commit is contained in:
parent
5ebc8c2cb3
commit
d91a3250a6
@ -1,5 +1,6 @@
|
||||
from LogAnalyzer import Test,TestResult
|
||||
from LogAnalyzer import Test, TestResult
|
||||
import DataflashLog
|
||||
from VehicleType import VehicleType
|
||||
|
||||
import math # for isnan()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user