Skip to content

Commit afc2e33

Browse files
authored
fs: synchronize updates to cache
1 parent 53ee84c commit afc2e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydrive2/fs/spec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def _ids_cache(self):
265265

266266
return cache
267267

268+
@wrap_prop(threading.RLock())
268269
def _cache_path_id(self, path, *item_ids, cache=None):
269270
cache = cache or self._ids_cache
270271
for item_id in item_ids:

0 commit comments

Comments
 (0)