Tolls/autotest: Fix Flake8 style check fails

This commit is contained in:
Paul Riseborough 2022-09-21 17:12:03 +10:00 committed by Randy Mackay
parent 9090319343
commit e0a7e36e01

View File

@ -1726,11 +1726,11 @@ class AutoTestPlane(AutoTest):
def PitotBlockage(self): def PitotBlockage(self):
'''Test detection and isolation of a blocked pitot tube''' '''Test detection and isolation of a blocked pitot tube'''
self.set_parameters({ self.set_parameters({
"ARSPD_OPTIONS":15, "ARSPD_OPTIONS": 15,
"ARSPD_USE": 1, "ARSPD_USE": 1,
"SIM_WIND_SPD": 10, "SIM_WIND_SPD": 10,
"SIM_WIND_DIR": 0, "SIM_WIND_DIR": 0,
"ARSPD_WIND_MAX":15, "ARSPD_WIND_MAX": 15,
}) })
self.change_mode("TAKEOFF") self.change_mode("TAKEOFF")
self.wait_ready_to_arm() self.wait_ready_to_arm()