forked from VimPlug/jedi
Fix issues with octals in Python 2 (and possibly 3). Fixes #559.
This commit is contained in:
@@ -664,6 +664,9 @@ class ErrorNode(BaseNode):
|
||||
__slots__ = ()
|
||||
type = 'error_node'
|
||||
|
||||
def nodes_to_execute(self, last_added=False):
|
||||
return []
|
||||
|
||||
|
||||
class ErrorLeaf(LeafWithNewLines):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user