1
0
forked from VimPlug/jedi

fixed a little bug caused by not setting the parent of flows correctly

This commit is contained in:
David Halter
2012-07-05 15:55:19 +02:00
parent 70b3895e42
commit e88c11605b
3 changed files with 13 additions and 6 deletions

View File

@@ -110,5 +110,6 @@ def memoize(function):
def follow_statement(stmt):
return stmt
# here we had problems with the else clause, because the parent was not right.
#? int()
follow_statement(1)