Skip to content

Commit

Permalink
Update gnomad/assessment/validity_checks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Wilson <[email protected]>
  • Loading branch information
klaricch and mike-w-wilson authored Jan 31, 2025
1 parent 29675b0 commit 7a62501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnomad/assessment/validity_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def make_group_sum_expr_dict(
for label in label_combos:
field = f"{field_prefix}{label}"
if field in info_fields:
logger.info("Including field: %s for make_group_sum_expr_dict.", field)
logger.info("Including field %s in make_group_sum_expr_dict.", field)
sum_group_exprs.append(t.info[field])
else:
logger.warning(
Expand Down

0 comments on commit 7a62501

Please sign in to comment.