bug fixing

This commit is contained in:
David Halter
2012-04-18 21:41:51 +02:00
parent ff7f774dc6
commit 0048eb65c4
8 changed files with 25 additions and 20 deletions

View File

@@ -188,6 +188,7 @@ def complete(source, row, column, source_path):
except IndexError:
completions = evaluate.get_names_for_scope(scope)
else:
stmt.parent = scope
scopes = evaluate.follow_statement(stmt, scope)
completions = []