From f7331517c25f4ab357317333a0cd378fa4fc94e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Mon, 7 Jun 2010 13:55:03 +0000 Subject: [PATCH] apply fix from 0.9-12 branch --- sfa/methods/get_trusted_certs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.0