From: Barış Metin Date: Mon, 7 Jun 2010 13:55:03 +0000 (+0000) Subject: apply fix from 0.9-12 branch X-Git-Tag: sfa-1.0-0~186 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f7331517c25f4ab357317333a0cd378fa4fc94e4;hp=4e6e57a0e38a1c6e313ebaf0dbc1cabad4ed07ef;p=sfa.git apply fix from 0.9-12 branch --- diff --git a/sfa/methods/get_trusted_certs.py b/sfa/methods/get_trusted_certs.py index 334734b2..6ae4d50e 100644 --- a/sfa/methods/get_trusted_certs.py +++ b/sfa/methods/get_trusted_certs.py @@ -20,7 +20,7 @@ class get_trusted_certs(Method): Parameter(None, "Credential not specified")) ] - returns = Parameter([str], "List of GID strings") + returns = Parameter(type([str]), "List of GID strings") def call(self, cred = None): # If cred is not specified just return the gid for this interface.