mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Typo\!
This commit is contained in:
parent
d94b3f799e
commit
2f470b3a3b
@ -63,6 +63,7 @@ class Reader(object):
|
|||||||
self.creator = self.Creator(*self.args, **self.kwargs)
|
self.creator = self.Creator(*self.args, **self.kwargs)
|
||||||
self.modifiedCreator = False
|
self.modifiedCreator = False
|
||||||
self.indent = indent
|
self.indent = indent
|
||||||
|
(command, rest) = s.split(None, 1)
|
||||||
command = self.normalizeCommand(command)
|
command = self.normalizeCommand(command)
|
||||||
self.modifiedCreator = True
|
self.modifiedCreator = True
|
||||||
if hasattr(self.creator, command):
|
if hasattr(self.creator, command):
|
||||||
|
Loading…
Reference in New Issue
Block a user