forked from mirrors/bookwyrm
Try to get github to re-run checks
This commit is contained in:
parent
6caf45ac4f
commit
2542b72f3a
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
try:
|
||||
self.groups.add(Group.objects.get(name='editor'))
|
||||
except Group.DoesNotExist:
|
||||
# this should never happen except in tests
|
||||
# this should only happen in tests
|
||||
pass
|
||||
|
||||
# create keys and shelves for new local users
|
||||
|
|
Loading…
Reference in a new issue