From 409f957c41565ae438f03c861903e78f998c2fd8 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 4 May 2011 09:06:42 +0200 Subject: [PATCH] bugfix --- sfa/trust/rights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/trust/rights.py b/sfa/trust/rights.py index 133048b8..4cc33864 100644 --- a/sfa/trust/rights.py +++ b/sfa/trust/rights.py @@ -60,7 +60,7 @@ def determine_rights(type, name): elif type in ["sa", "authority+sa"]: rl.add("authority") rl.add("sa") - elif type ["ma", "authority+ma"]: + elif type in ["ma", "authority+ma"]: rl.add("authority") rl.add("ma") elif type == "authority": -- 2.43.0