Skip to content

Commit 3af4f85

Browse files
verasativaefiop
andauthored
Update dvc/remote/base.py
Co-Authored-By: Ruslan Kuprieiev <[email protected]>
1 parent cf6da7b commit 3af4f85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dvc/remote/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ def download(
548548
if to_info.scheme != "local":
549549
raise NotImplementedError
550550

551-
makedirs(to_info.parent, exist_ok=True, mode=dir_mode)
552551

553552
if self.isdir(from_info):
554553
makedirs(to_info, exist_ok=True, mode=dir_mode)

0 commit comments

Comments
 (0)