1
0
forked from VimPlug/jedi

minor api refactorings

This commit is contained in:
Dave Halter
2014-01-04 13:33:09 +01:00
parent 036f119e68
commit 962a678417
2 changed files with 12 additions and 13 deletions

View File

@@ -185,7 +185,7 @@ class Evaluator(object):
yield g
else:
yield scope, _get_defined_names_for_position(scope,
position, in_func_scope)
position, in_func_scope)
except StopIteration:
reraise(common.MultiLevelStopIteration, sys.exc_info()[2])
if scope.isinstance(pr.ForFlow) and scope.is_list_comp: