From ddaaf1bdd82fcc567df478b06408689287705480 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 22 Aug 2021 11:39:03 -0400 Subject: [PATCH] print typo --- groundstation/loc-add-foxtelem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/loc-add-foxtelem.py b/groundstation/loc-add-foxtelem.py index 6240b0fe..8fcf6378 100644 --- a/groundstation/loc-add-foxtelem.py +++ b/groundstation/loc-add-foxtelem.py @@ -139,7 +139,7 @@ if ((latitude != 0) and (longitude != 0) or grid): print("\nAltitude cannot be negative!") altitude = 0 except ValueError: - print("\Altitude must be an integer!") + print("\nAltitude must be an integer!") if ((latitude != 0) and (longitude != 0)):