Skip to content

Commit c7be921

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)