mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Oops, didn't think I'd need any changes here.
This commit is contained in:
parent
e2de2784bc
commit
fbe9460093
@ -191,6 +191,9 @@ class Tokenizer:
|
|||||||
if len(tokens) >= 2:
|
if len(tokens) >= 2:
|
||||||
self.left = tokens[0]
|
self.left = tokens[0]
|
||||||
self.right = tokens[1]
|
self.right = tokens[1]
|
||||||
|
else:
|
||||||
|
self.left = ''
|
||||||
|
self.right = ''
|
||||||
|
|
||||||
def _handleToken(self, token):
|
def _handleToken(self, token):
|
||||||
if token[0] == token[-1] and token[0] in self.quotes:
|
if token[0] == token[-1] and token[0] in self.quotes:
|
||||||
|
Loading…
Reference in New Issue
Block a user