1
0
forked from VimPlug/jedi

Prepare replacing get_iterator_types.

This commit is contained in:
Dave Halter
2015-09-22 17:34:46 +02:00
parent 88bcb8e476
commit 786217acad
3 changed files with 9 additions and 3 deletions

View File

@@ -389,6 +389,7 @@ def get_iterator_types(inputs):
iterators.append(it)
else:
if not hasattr(it, 'execute_subscope_by_name'):
analysis.add(self._evaluator, 'type-error-generator', index_array)
debug.warning('iterator/for loop input wrong: %s', it)
continue
try: