diff options
-rwxr-xr-x | test/monitor-services | 2 |
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:] |