remove trailing newline
This commit is contained in:
parent
47662c9eca
commit
9dfebb85ee
|
@ -26,4 +26,3 @@ def cmdparse(line):
|
||||||
try: params = splitted[1:]
|
try: params = splitted[1:]
|
||||||
except IndexError: params = None
|
except IndexError: params = None
|
||||||
return (command, params)
|
return (command, params)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue