1
0

for veronika

This commit is contained in:
Deven Blake 2021-05-06 09:04:51 -04:00
parent b83e702d8a
commit fa1d985535

View File

@ -21,7 +21,7 @@ def parsecommand(command):
quotes = ["'", '"'] quotes = ["'", '"']
spaces = [" ", "\t"] spaces = [" ", "\t"]
command = command.rstrip().lstrip() command = command.strip()
inQuotes = 0 inQuotes = 0
word = "" word = ""