Skip to content

Commit 530e8cb

Browse files
committed
Merge branch 'st3'
2 parents d5ebbee + 08d4df8 commit 530e8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latextools/utils/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def save(self, key=None):
421421

422422
for k in delete_keys:
423423
del _objs[k]
424-
file_path = os.path.join(self.cache_path, key)
424+
file_path = os.path.join(self.cache_path, k)
425425
try:
426426
os.remove(file_path)
427427
except OSError:

0 commit comments

Comments
 (0)