Skip to content

Commit

Permalink
cachemgr: don't use tmp_dir
Browse files Browse the repository at this point in the history
We used to use it in gdrive before iterative/PyDrive2#211
  • Loading branch information
efiop committed Feb 16, 2023
1 parent c95c3f0 commit c7be921
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dvc/cachemgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def _get_odb(repo, settings, fs=None):
return None

cls, config, fs_path = get_cloud_fs(repo, **settings)
config["tmp_dir"] = repo.tmp_dir
fs = fs or cls(**config)
return get_odb(fs, fs_path, state=repo.state, **config)

Expand Down

0 comments on commit c7be921

Please sign in to comment.