From: Tony Mack Date: Thu, 10 Dec 2009 23:18:54 +0000 (+0000) Subject: in determine_user_rights() changed r1 to rl (typo: 1 and l look so similar) X-Git-Tag: sfa-0.9-7~161 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=192794abaa1cce23f9a0e1e0e9291f41703410a2;p=sfa.git in determine_user_rights() changed r1 to rl (typo: 1 and l look so similar) --- diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index c5fa260c..ce654ae6 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -241,7 +241,7 @@ class Auth: rl.add("info") elif type == "node": - r1.add("operator") + rl.add("operator") return rl