From fa1d985535a0ba60e896d39707790de3378224b2 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Thu, 6 May 2021 09:04:51 -0400 Subject: [PATCH] for veronika --- it/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/main.py b/it/main.py index 580bc5d..e606233 100644 --- a/it/main.py +++ b/it/main.py @@ -21,7 +21,7 @@ def parsecommand(command): quotes = ["'", '"'] spaces = [" ", "\t"] - command = command.rstrip().lstrip() + command = command.strip() inQuotes = 0 word = ""