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 aca7c7c commit 29675b0
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 @@ -189,7 +189,7 @@ def make_group_sum_expr_dict(
sum_group_exprs.append(t.info[field])
else:
logger.warning(
"%s is not in table's info field, it will be skipped for make_group_sum_expr_dict.",
"%s is NOT in table's info field, it will NOT be included in make_group_sum_expr_dict.",
field,
)

Expand Down

0 comments on commit 29675b0

Please sign in to comment.