From b89a55adae314f03d7f4d6a4b0b7072f1caadef4 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Thu, 11 Aug 2022 16:21:40 -0400 Subject: [PATCH] Removing command line spacer, so that "-P -5" becomes "-P-5", to work around command line parser bug. --- owrx/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/command.py b/owrx/command.py index 0559b72..e9aec34 100644 --- a/owrx/command.py +++ b/owrx/command.py @@ -57,7 +57,7 @@ class Flag(CommandMapping): class Option(CommandMapping): def __init__(self, option): self.option = option - self.spacer = " " + self.spacer = "" def map(self, value): if value is not None: