X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Frights.py;h=133048b8df00bf098121509ee6f878711239698f;hb=98dafe3d2313b0d3606c1c69c8cf1c7fd04ce105;hp=1d320a50f5b99cad7f318d668ddac81f9612fb7d;hpb=c815253316e79c64ae8f6bb6c4a1a20934857cfc;p=sfa.git diff --git a/sfa/trust/rights.py b/sfa/trust/rights.py index 1d320a50..133048b8 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 ["ma", "authority+ma"]: rl.add("authority") rl.add("ma") elif type == "authority":