From: Adam Date: Thu, 9 Oct 2014 20:32:54 +0000 (-0400) Subject: Squashed commit of the following: X-Git-Url: https://jfr.im/git/irc/rizon/acid.git/commitdiff_plain/4c0f6593af457d93e0552cb78dcf1b9972f282be?hp=98ea0c99b50343cf3417ed3e7f84b76857b1a290 Squashed commit of the following: commit 14a950b46da3cd6a0eb61993b39adae3e6bda7d0 Author: Michiel Date: Sun Sep 28 12:27:46 2014 +0200 Identation error is no error commit 47ff99cccd4cdfa00e082ef14183f082f9852d74 Author: Michiel Date: Sun Sep 28 12:19:29 2014 +0200 Fixed Exception on unknown theme Double delete of request. Possible indentation error. --- diff --git a/pyva/pyva/src/main/python/trivia/sys_auth.py b/pyva/pyva/src/main/python/trivia/sys_auth.py index 555e9a5..dc1f00d 100644 --- a/pyva/pyva/src/main/python/trivia/sys_auth.py +++ b/pyva/pyva/src/main/python/trivia/sys_auth.py @@ -24,7 +24,6 @@ class TriviaAuthManager(AuthManager): # XXX: Breaking compatibility; original trivia first checks # if the calling user is founder; we save the effort. self.module.notice(user, 'Theme %s not found.' % reqtheme) - del self.requests[user] return True # XXX: Breaking compatibility; orig trivia uses malformed msg