Add missing period on exception message.

master
voussoir 2020-02-19 13:11:57 -08:00
parent 851ab2d4cc
commit 31517a41d2
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class AlbumExists(Exists):
EtiquetteException.__init__(self, album)
class GroupExists(Exists):
error_message = '{member} already in group {group}'
error_message = '{member} already in group {group}.'
class PhotoExists(Exists):
error_message = 'Photo "{}" already exists.'