Skip to content

Commit 0adf667

Browse files
cache: use configured cache directory for fs cache path (#10795)
Co-authored-by: Saugat Pachhai (सौगात) <suagatchhetri@outlook.com>
1 parent 75083cc commit 0adf667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/cachemgr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def fs_cache(self):
8686
return FileStorage(
8787
key=(),
8888
fs=self.local.fs,
89-
path=self.local.fs.join(self.default_local_cache_dir, self.FS_DIR),
89+
path=self.local.fs.join(self.local_cache_dir, self.FS_DIR),
9090
)
9191

9292
def _init_odb(self, schemes):

0 commit comments

Comments
 (0)