From 192794abaa1cce23f9a0e1e0e9291f41703410a2 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 10 Dec 2009 23:18:54 +0000 Subject: [PATCH] in determine_user_rights() changed r1 to rl (typo: 1 and l look so similar) --- sfa/trust/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0