diff --git a/shangrla/formats/Dominion.py b/shangrla/formats/Dominion.py index 5eb7d34..622cdb0 100644 --- a/shangrla/formats/Dominion.py +++ b/shangrla/formats/Dominion.py @@ -121,8 +121,8 @@ def read_cvrs( Returns: -------- cvr_list: list of CVR objects, with additional fields, viz, - `id=str(c["TabulatorId"]) + "_" + str(c["BatchId"]) + "_" + str(record_id)` - `tally_pool=str(c["TabulatorId"]) + "_" + str(c["BatchId"])` + `id=str(c["TabulatorId"]) + "-" + str(c["BatchId"]) + "-" + str(record_id)` + `tally_pool=str(c["TabulatorId"]) + "-" + str(c["BatchId"])` `pool=(c["CountingGroupId"] in pool_groups)` """