passing slice_hrn to federated aggregates in get_ticket
[sfa.git] / sfa / methods / get_gids.py
index 6a5fe69..119b783 100644 (file)
@@ -29,7 +29,7 @@ class get_gids(Method):
     accepts = [
         Parameter(str, "Certificate string"),
         Mixed(Parameter(str, "Human readable name (hrn)"), 
-              Parameter([str], "List of Human readable names (hrn)")), 
+              Parameter(type([str]), "List of Human readable names (hrn)")), 
         Mixed(Parameter(str, "Request hash"),
               Parameter(None, "Request hash not specified")) 
         ]