We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e84b41 commit 94b45fdCopy full SHA for 94b45fd
roundup/actions.py
@@ -59,7 +59,8 @@ def handle(self, designator):
59
60
# make sure we don't try to retire admin or anonymous
61
if (classname == 'user' and
62
- self.db.user.get(itemid, 'username') in ('admin', 'anonymous')):
+ self.db.user.get(itemid, 'username') in ('admin', 'anonymous')):
63
+
64
raise ValueError(self._(
65
'You may not retire the admin or anonymous user'))
66
0 commit comments