forked from VimPlug/jedi
more improvements, so that almost all import tests pass again
This commit is contained in:
@@ -587,7 +587,7 @@ class Evaluator(object):
|
||||
current = next(path)
|
||||
|
||||
if isinstance(current, pr.Array):
|
||||
result = [er.Array(current)]
|
||||
result = [er.Array(self, current)]
|
||||
else:
|
||||
if isinstance(current, pr.NamePart):
|
||||
# This is the first global lookup.
|
||||
|
||||
Reference in New Issue
Block a user