1
0
forked from VimPlug/jedi

more improvements, so that almost all import tests pass again

This commit is contained in:
Dave Halter
2013-12-24 19:55:11 +01:00
parent 9e52d51a6b
commit 8326658134
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ class Execution(Executable):
for listener in func.listeners:
listener.execute(self._get_params())
if func.is_generator and not evaluate_generator:
return [Generator(func, self.var_args)]
return [Generator(self._evaluator, func, self.var_args)]
else:
"""
stmts = docstrings.find_return_types(func)