1
0
forked from VimPlug/jedi

variable set in the wrong place

This commit is contained in:
David Halter
2012-12-26 23:10:03 +01:00
parent e057387910
commit 4ff3a0ba26

View File

@@ -408,9 +408,9 @@ class Script(object):
except NotFoundError:
return None
user_stmt = self._parser.user_stmt
if call is None:
# This is a backup, if the above is not successful.
user_stmt = self._parser.user_stmt
call, index = check_user_stmt(user_stmt)
if call is None:
return None