1
0
forked from VimPlug/jedi
This commit is contained in:
David Halter
2012-07-13 15:55:18 +02:00
parent 19579cf263
commit 1e5377958b
2 changed files with 16 additions and 10 deletions

View File

@@ -642,7 +642,7 @@ class Statement(Simple):
if close_brackets:
result = result.parent
close_brackets = False
if result.__class__ == Call:
if result.__class__ == Call:
result = result.parent
close_brackets = False
call = Call(tok, c_type, parent=result)