forked from VimPlug/jedi
merged module_cache into parser_cache
This commit is contained in:
@@ -376,7 +376,7 @@ class Script(object):
|
||||
return None, 0
|
||||
|
||||
try:
|
||||
parser = cache.module_cache[self.source_path].parser
|
||||
parser = cache.parser_cache[self.source_path].parser
|
||||
except KeyError:
|
||||
return None, 0
|
||||
part_parser = self._module.get_part_parser()
|
||||
|
||||
Reference in New Issue
Block a user