Skip to content

Commit b43259a

Browse files
authored
Merge pull request #8 from maierbenedikt/production
Wrong size used to update block replicas
2 parents df814d9 + 2895c54 commit b43259a

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)