From a5f7c19d097706b2c7f42d7b74cfb9e7767ff170 Mon Sep 17 00:00:00 2001 From: David Rollinson Date: Mon, 11 Jan 2021 12:16:30 +0800 Subject: [PATCH] Fix unintentional whitespace changes --- horusmapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horusmapper.py b/horusmapper.py index e14d396..a511bf2 100644 --- a/horusmapper.py +++ b/horusmapper.py @@ -223,7 +223,7 @@ def handle_new_payload_position(data, log_position = True): if _car_state != None: _ground_asl = _car_state['alt'] else: - _ground_asl = 0. + _ground_asl = 0.0 # Calculate _ttl = time_to_landing(_alt, _vel_v, ground_asl=_ground_asl) if _ttl is None: