Skip to content

Commit

Permalink
Update dvc/remote/base.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Ruslan Kuprieiev <kupruser@gmail.com>
  • Loading branch information
verasativa and efiop authored Dec 5, 2019
1 parent 3af4f85 commit 164ded6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dvc/remote/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ def download(


if self.isdir(from_info):
makedirs(to_info, exist_ok=True, mode=dir_mode)
file_to_infos = (
to_info / file_to_info.relative_to(from_info)
for file_to_info in self.walk_files(from_info)
Expand Down

0 comments on commit 164ded6

Please sign in to comment.