Skip to content

Commit 3be8d5c

Browse files
committed
ololo
1 parent b668d20 commit 3be8d5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dvc/repo/index.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,8 @@ def _load_storage_from_import(storage_map, key, out):
196196
if (
197197
not out.hash_info
198198
and (not dep.hash_info or dep.hash_name != storage_map[key].cache.odb.hash_name)
199-
) or (out.meta and out.meta.isdir and not out.get_obj()):
199+
) or (out.meta and out.meta.isdir and not out.use_cache and not out.get_obj()):
200200
# partial import
201-
202201
if dep.meta and dep.meta.isdir:
203202
meta_token = dep.hash_info.value
204203
else:

0 commit comments

Comments
 (0)