mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-24 00:33:56 -04:00
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
|
import DataflashLog
|
||||||
|
from VehicleType import VehicleType
|
||||||
|
|
||||||
import math # for isnan()
|
import math # for isnan()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user