From 98dafe3d2313b0d3606c1c69c8cf1c7fd04ce105 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 3 May 2011 16:56:49 -0400 Subject: [PATCH] typo --- 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 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": -- 2.43.0