Add missing period on exception message.
This commit is contained in:
parent
851ab2d4cc
commit
31517a41d2
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class AlbumExists(Exists):
|
||||||
EtiquetteException.__init__(self, album)
|
EtiquetteException.__init__(self, album)
|
||||||
|
|
||||||
class GroupExists(Exists):
|
class GroupExists(Exists):
|
||||||
error_message = '{member} already in group {group}'
|
error_message = '{member} already in group {group}.'
|
||||||
|
|
||||||
class PhotoExists(Exists):
|
class PhotoExists(Exists):
|
||||||
error_message = 'Photo "{}" already exists.'
|
error_message = 'Photo "{}" already exists.'
|
||||||
|
|
Loading…
Reference in a new issue