From 2542b72f3aa42fe7d94ed4c293303ddb8f8b69ff Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 4 Mar 2021 08:51:10 -0800 Subject: [PATCH] Try to get github to re-run checks --- bookwyrm/models/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/models/user.py b/bookwyrm/models/user.py index 49474e43..bbeb10cc 100644 --- a/bookwyrm/models/user.py +++ b/bookwyrm/models/user.py @@ -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