Skip to content

Commit

Permalink
Update dvc/repo/get.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Ruslan Kuprieiev <[email protected]>
  • Loading branch information
fabiosantoscode and efiop committed Jan 10, 2020
1 parent 86b9a1c commit a01f81e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dvc/repo/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def get(url, path, out=None, rev=None):

output = repo.find_out_by_relpath(path)
if output.use_cache:
# Catch this below and go for a plain old fs_copy
_get_cached(repo, output, out)
return

Expand Down

0 comments on commit a01f81e

Please sign in to comment.