for veronika
This commit is contained in:
parent
b83e702d8a
commit
fa1d985535
@ -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 = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user