Show More
@@ -994,6 +994,8 b' class TestLargeFileRepo(object):' | |||||
994 | # Note: oid path depends on LFSOidStore.store_suffix. Once it will be changed update below line accordingly |
|
994 | # Note: oid path depends on LFSOidStore.store_suffix. Once it will be changed update below line accordingly | |
995 | oid_destination = os.path.join(git_largefiles_store, f"objects/{oid[:2]}/{oid[2:4]}/{oid}") |
|
995 | oid_destination = os.path.join(git_largefiles_store, f"objects/{oid[:2]}/{oid[2:4]}/{oid}") | |
996 |
|
996 | |||
|
997 | spec_path = os.path.dirname(oid_destination) | |||
|
998 | os.makedirs(spec_path, exist_ok=True) | |||
997 | shutil.copy(oid_path, oid_destination) |
|
999 | shutil.copy(oid_path, oid_destination) | |
998 |
|
1000 | |||
999 | lf_node = node.get_largefile_node() |
|
1001 | lf_node = node.get_largefile_node() |
General Comments 0
You need to be logged in to leave comments.
Login now