summaryrefslogtreecommitdiff
path: root/test/monitor-services
diff options
context:
space:
mode:
authorLeena Gunda <leena.gunda@wipro.com>2010-11-16 15:14:11 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-11-16 15:14:11 +0100
commit9011163b23cc7c5cacb6762a3763c781311ad93a (patch)
tree18cc0fcb50a2ed3636c0c24fe2dbb6d449cd900b /test/monitor-services
parent9846439ee16439330a27e4ef1d87d9038d67fd23 (diff)
downloadconnman-9011163b23cc7c5cacb6762a3763c781311ad93a.tar.gz
connman-9011163b23cc7c5cacb6762a3763c781311ad93a.tar.bz2
connman-9011163b23cc7c5cacb6762a3763c781311ad93a.zip
monitor-services: Invalid syntax typo fix
Fixes BMC#9995
Diffstat (limited to 'test/monitor-services')
-rwxr-xr-xtest/monitor-services2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monitor-services b/test/monitor-services
index 8a05c2fa..235adfef 100755
--- a/test/monitor-services
+++ b/test/monitor-services
@@ -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:]