monitor-services: Invalid syntax typo fix
authorLeena Gunda <leena.gunda@wipro.com>
Tue, 16 Nov 2010 14:14:11 +0000 (15:14 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 16 Nov 2010 14:14:11 +0000 (15:14 +0100)
Fixes BMC#9995

test/monitor-services

index 8a05c2f..235adfe 100755 (executable)
@@ -25,7 +25,7 @@ def extract_list(list):
 
 def property_changed(name, value, path):
        service = path[path.rfind("/") + 1:]
-       if name in ["Profiles", "Services", "Providers", "Technologies"]
+       if name in ["Profiles", "Services", "Providers", "Technologies"]:
                val = "["
                for i in value:
                        val = val + " " + i[i.rfind("/") + 1:]