From acfba85319a372fa5397c74b4c537caeccf46bfe Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Wed, 20 May 2009 09:52:02 +0000 Subject: [PATCH] RightList instance is rl and not r1 --- geni/util/rights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geni/util/rights.py b/geni/util/rights.py index 154f6748..7980bf87 100644 --- a/geni/util/rights.py +++ b/geni/util/rights.py @@ -51,7 +51,7 @@ def determine_rights(type, name): elif type == "ma": rl.add("authority,ma") elif type == "authority": - r1.add("authority,sa,ma") + rl.add("authority,sa,ma") elif type == "slice": rl.add("refresh") rl.add("embed") -- 2.43.0