From 42790b22050603cdbe83ee0baaf934d2ac0575b5 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 19 Sep 2021 19:02:36 -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 844773c5..aa61a55a 100644 --- a/groundstation/loc-add-foxtelem.py +++ b/groundstation/loc-add-foxtelem.py @@ -36,7 +36,7 @@ if (choice == '2'): if re.search(regex, grid): print("grid is valid!") - print mh.to_location(grid) + print (mh.to_location(grid)) break else: print("grid is not valid!")