From f2bb699963e5d3c81c8adb9512870e806a1fd43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ka=E2=80=99imi?= Date: Thu, 5 Sep 2019 12:30:47 +0200 Subject: [PATCH] more VoiceAttack mess fixing --- edsm-getnearest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edsm-getnearest.py b/edsm-getnearest.py index 2a2343f..815e8a5 100755 --- a/edsm-getnearest.py +++ b/edsm-getnearest.py @@ -119,7 +119,7 @@ group.add_argument('--text', action='store_true', help='explicitly give text out args = parser.parse_args() -system = args.system[0].strip() +system = args.system[0].strip().replace(' ', '').replace('', '') cmdrs = args.cmdrs shortOutput = args.short