Separate elements in device list
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 23 Nov 2008 20:02:08 +0000 (21:02 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 23 Nov 2008 20:02:08 +0000 (21:02 +0100)
test/test-manager

index d06391f..0ae6a40 100755 (executable)
@@ -12,7 +12,7 @@ properties = manager.GetProperties()
 def print_list(key, value):
        text = ""
        for path in value:
 def print_list(key, value):
        text = ""
        for path in value:
-               text = text + str(path)
+               text = text + str(path) + " "
        print "%s = %s" % (key, text)
 
 for key in properties.keys():
        print "%s = %s" % (key, text)
 
 for key in properties.keys():