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 = ""