mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 21:55:21 +08:00
Fix test_modulepickling_change_cache_dir failure
This commit is contained in:
@@ -238,6 +238,7 @@ class _ModulePickling(object):
|
||||
return parser_cache_item.parser
|
||||
|
||||
def save_module(self, path, parser_cache_item):
|
||||
self.__index = None
|
||||
try:
|
||||
files = self._index[self.py_version]
|
||||
except KeyError:
|
||||
|
||||
Reference in New Issue
Block a user