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