projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9846439
)
monitor-services: Invalid syntax typo fix
author
Leena Gunda
<leena.gunda@wipro.com>
Tue, 16 Nov 2010 14:14:11 +0000
(15:14 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Tue, 16 Nov 2010 14:14:11 +0000
(15:14 +0100)
Fixes BMC#9995
test/monitor-services
patch
|
blob
|
history
diff --git
a/test/monitor-services
b/test/monitor-services
index
8a05c2f
..
235adfe
100755
(executable)
--- 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:]