forked from VimPlug/jedi
fix a few last standing issues with integration tests. ok after running tests with tox i see that they are not the last issues...
This commit is contained in:
@@ -96,6 +96,8 @@ class Array(use_metaclass(CachedMetaClass, pr.Base)):
|
||||
str_key = key.value
|
||||
elif isinstance(key, pr.Name):
|
||||
str_key = str(key)
|
||||
else:
|
||||
continue
|
||||
|
||||
if mixed_index == str_key:
|
||||
index = i
|
||||
|
||||
Reference in New Issue
Block a user