1
0
forked from VimPlug/jedi

again messed up isinstance checks

This commit is contained in:
David Halter
2012-10-23 17:28:21 +02:00
parent 077dcc6c89
commit 87cbfc9145

View File

@@ -1162,7 +1162,7 @@ def get_scopes_for_name(scope, name_str, position=None, search_global=False,
position)
if n and result:
result = n + [p for p in result if not check_for_param(r)]
else:
elif n:
result = n
if result: