]> git.ipfire.org Git - oddments/collecty.git/blobdiff - src/collecty/plugins/interface.py
Allow the plugins to return the results as a tuple or list
[oddments/collecty.git] / src / collecty / plugins / interface.py
index c373cf21fca6e82d28eac41e4955e705a62793be..addca198512d6aad4bcc0e6924b125321802df37 100644 (file)
@@ -268,7 +268,7 @@ class InterfaceObject(base.Object):
                                if f:
                                        f.close()
 
-               return ":".join(ret)
+               return ret
 
 
 class InterfacePlugin(base.Plugin):