Skip to content

Commit

Permalink
chore: update commentary for MaskRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Dec 16, 2024
1 parent de8854b commit 44d61cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junifer/data/masks/_masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def register(
# Check for attempt of overwriting built-in mask
if name in self._builtin:
raise_error(f"Mask: {name} already registered as built-in mask.")
# Check for attempt of overwriting external coordinates
# Check for attempt of overwriting external masks
if name in self._external:
if overwrite:
logger.info(f"Overwriting mask: {name}")
Expand Down

0 comments on commit 44d61cd

Please sign in to comment.