From: Anil-Kumar Vengalil Date: Wed, 20 May 2009 09:52:02 +0000 (+0000) Subject: RightList instance is rl and not r1 X-Git-Tag: sfa-0.9-0@14641~380 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=acfba85319a372fa5397c74b4c537caeccf46bfe;p=sfa.git RightList instance is rl and not r1 --- 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")