Skip to content

Commit 532c71e

Browse files
committed
removed full stop
1 parent 052f065 commit 532c71e

File tree

1 file changed

+1
-1
lines changed
  • src/argus/notificationprofile/media

1 file changed

+1
-1
lines changed

src/argus/notificationprofile/media/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def raise_if_not_deletable(cls, destination: DestinationConfig) -> NoneType:
214214
errors = cls.is_not_deletable(destination)
215215
if errors:
216216
message = " ".join(errors.values())
217-
raise cls.NotDeletableError(f"Cannot delete this destination: {message}.")
217+
raise cls.NotDeletableError(f"Cannot delete this destination: {message}")
218218

219219
@classmethod
220220
def _update_destination(cls, destination: DestinationConfig, validated_data: dict) -> DestinationConfig:

0 commit comments

Comments
 (0)