mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
yet another trivial edit
This commit is contained in:
parent
b36b321434
commit
21cb6976bf
1 changed files with 0 additions and 1 deletions
|
@ -394,7 +394,6 @@ class Lexer(object):
|
|||
t.type = self.pykeyword_map[t.value]
|
||||
return t
|
||||
|
||||
|
||||
def t_error(self, t):
|
||||
msg = 'Invalid token {0!r}'.format(t.value[0])
|
||||
#import pdb; pdb.set_trace()
|
||||
|
|
Loading…
Add table
Reference in a new issue