1
0
forked from VimPlug/jedi

Fix all class issues.

This commit is contained in:
Dave Halter
2016-11-10 23:43:07 +01:00
parent cfc988b786
commit 14a8377817
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ class TreeArguments(AbstractArguments):
for values in list(zip_longest(*iterators)):
# TODO zip_longest yields None, that means this would raise
# an exception?
yield None, context.get_merged_lazycontext(values)
yield None, context.get_merged_lazy_context(values)
elif stars == 2:
arrays = self._evaluator.eval_element(self.context, el)
for dct in arrays: