From: Thierry Parmentelat Date: Wed, 4 May 2011 07:06:42 +0000 (+0200) Subject: bugfix X-Git-Tag: sfa-1.0-21-ckp1~1 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=409f957c41565ae438f03c861903e78f998c2fd8 bugfix --- 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":