for veronika
This commit is contained in:
parent
b83e702d8a
commit
fa1d985535
@ -21,7 +21,7 @@ def parsecommand(command):
|
||||
quotes = ["'", '"']
|
||||
spaces = [" ", "\t"]
|
||||
|
||||
command = command.rstrip().lstrip()
|
||||
command = command.strip()
|
||||
|
||||
inQuotes = 0
|
||||
word = ""
|
||||
|
Loading…
Reference in New Issue
Block a user