sbsv2/raptor/python/raptor_meta.py
branchwip
changeset 152 4afe202ba8fa
parent 151 d4605037b3b2
parent 150 62d9f099315d
child 155 e65788ec4aa9
--- a/sbsv2/raptor/python/raptor_meta.py	Wed Jan 20 00:12:00 2010 +0000
+++ b/sbsv2/raptor/python/raptor_meta.py	Wed Jan 20 18:22:44 2010 +0000
@@ -1453,7 +1453,7 @@
 			for cap in toks[1]:
 				cap = cap.lower()
 				self.__debug("Setting  "+toks[0]+": " + cap)
-				if cap.lower() != "all":
+				if cap != "all":
 					if not cap.startswith("-"):
 						if not cap.startswith("+"):
 							cap = "+" + cap