We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052f065 commit 532c71eCopy full SHA for 532c71e
src/argus/notificationprofile/media/base.py
@@ -214,7 +214,7 @@ def raise_if_not_deletable(cls, destination: DestinationConfig) -> NoneType:
214
errors = cls.is_not_deletable(destination)
215
if errors:
216
message = " ".join(errors.values())
217
- raise cls.NotDeletableError(f"Cannot delete this destination: {message}.")
+ raise cls.NotDeletableError(f"Cannot delete this destination: {message}")
218
219
@classmethod
220
def _update_destination(cls, destination: DestinationConfig, validated_data: dict) -> DestinationConfig:
0 commit comments