Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Oct 26, 2023
1 parent 07e2393 commit e7c4306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dvc/repo/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ def _load_storage_from_out(storage_map, key, out):
FileStorage(
key=key,
fs=remote.fs,
path=remote.fs.path.join(remote.path, *key),
path=remote.path,
index=remote.index,
prefix=(),
)
)
else:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"configobj>=5.0.6",
"distro>=1.3",
"dpath<3,>=2.1.0",
"dvc-data>=2.18.2,<2.19.0",
"dvc-data>=2.19.0,<2.20.0",
"dvc-http>=2.29.0",
"dvc-render>=0.3.1,<1",
"dvc-studio-client>=0.13.0,<1",
Expand Down

0 comments on commit e7c4306

Please sign in to comment.