sbsv2/raptor/python/raptor_meta.py
branchwip
changeset 150 62d9f099315d
parent 144 b15d9b7e12af
child 152 4afe202ba8fa
--- a/sbsv2/raptor/python/raptor_meta.py	Tue Jan 19 23:54:45 2010 +0000
+++ b/sbsv2/raptor/python/raptor_meta.py	Wed Jan 20 17:45:18 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