forked from iterative/dvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dvc/tree/local: fix it for no repo/cache case (iterative#5118)
* dvc/tree/local: fix it for no repo/cache case fixes iterative#5069 * Update dvc/output/base.py * Update dvc/output/base.py Co-authored-by: Ruslan Kuprieiev <[email protected]>
- Loading branch information
1 parent
0bb3f40
commit eb8e03a
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,3 @@ def get_url(url, out=None): | |
if not dep.exists: | ||
raise dep.DoesNotExistError(dep) | ||
dep.download(out) | ||
out.save() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters