Skip to content

Commit 976b143

Browse files
committed
cachemgr: don't use tmp_dir
We used to use it in gdrive before iterative/PyDrive2#211
1 parent 3fa57d4 commit 976b143

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dvc/cachemgr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def _get_odb(repo, settings, fs=None):
99
return None
1010

1111
cls, config, fs_path = get_cloud_fs(repo, **settings)
12-
config["tmp_dir"] = repo.tmp_dir
1312
fs = fs or cls(**config)
1413
return get_odb(fs, fs_path, state=repo.state, **config)
1514

0 commit comments

Comments
 (0)