From 0c1abf0ac34f0d3d13001bc7e03b173de1396cdd Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 2 Feb 2011 16:46:10 +0100 Subject: [PATCH] oops --- PLC/Auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PLC/Auth.py b/PLC/Auth.py index 37eab0f..9fe95fd 100644 --- a/PLC/Auth.py +++ b/PLC/Auth.py @@ -135,7 +135,6 @@ class SessionAuth(Auth): # using PermissionDenied rather than AuthenticationFailure here because # if that fails we don't want to delete the session.. raise PLCPermissionDenied, "SessionAuth: Not allowed to call method %s, missing 'node' role"%method.name - raise PLCAuthenticationFailure, "SessionAuth: Not allowed to call method %s, missing 'node' role"%method.name method.caller = node -- 2.43.0