Skip to content

Commit 2895c54

Browse files
wrong size used to update block replicas
1 parent df814d9 commit 2895c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/common/interface/mysqlstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def _do_load_replicas(self, dataset, sites, groups):
457457
id_group_map[group_id],
458458
b_is_complete,
459459
b_is_custodial,
460-
size = block.size,
460+
size = br_size,
461461
last_update = br_last_update
462462
)
463463

0 commit comments

Comments
 (0)