Skip to content

Commit

Permalink
stage: use odb_ instead of odb
Browse files Browse the repository at this point in the history
Introduced in iterative/dvc#7597
  • Loading branch information
efiop committed May 29, 2022
1 parent 3cda9cb commit 4b4c034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dvc_data/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ def _load_from_state(
continue

try:
obj = load(odb, hash_info)
check(odb, obj, check_hash=False)
obj = load(_odb, hash_info)
check(_odb, obj, check_hash=False)
except (ObjectFormatError, FileNotFoundError):
continue

Expand Down

0 comments on commit 4b4c034

Please sign in to comment.