1
0
forked from VimPlug/jedi

fix a few nasty bugs

This commit is contained in:
Dave Halter
2013-12-27 01:27:07 +01:00
parent ff983f70bc
commit c862afb967
2 changed files with 2 additions and 1 deletions

View File

@@ -492,5 +492,5 @@ def _check_isinstance_type(evaluator, stmt, search_name):
else:
result.append(c)
for i, c in enumerate(result):
result[i] = er.Instance(c)
result[i] = er.Instance(evaluator, c)
return result