From: Anil-Kumar Vengalil Date: Sat, 31 Oct 2009 20:58:14 +0000 (+0000) Subject: bug fix X-Git-Tag: sfa-0.9-6~76 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=4a21072c4ec1237d1299d8bf39623aaa01867556 bug fix --- diff --git a/sfa/methods/get_slices.py b/sfa/methods/get_slices.py index 63c8d787..4deae104 100644 --- a/sfa/methods/get_slices.py +++ b/sfa/methods/get_slices.py @@ -20,7 +20,6 @@ class get_slices(Method): accepts = [ Parameter(str, "Credential string"), - Parameter(str, "Request hash"), Mixed(Parameter(str, "Request hash"), Parameter(None, "Request hash not specified")) ]