Skip to content

Commit

Permalink
fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaalbashir committed Sep 28, 2023
1 parent 6daf851 commit bceae26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acro/acro_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def apply_suppression(
outcome_df += tmp_df
except TypeError:
logger.warning("problem mask %s is not binary", name)
except ValueError as error: # pragma: no cove
except ValueError as error: # pragma: no cover
error_message = (
f"An error occurred with the following details"
f":\n Name: {name}\n Mask: {mask}\n Table: {table}"
Expand Down

0 comments on commit bceae26

Please sign in to comment.