X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Futil%2Fparameter.py;h=00d9319bccb9bb888ee9cddf0f67f9bdec457bc9;hb=3d7237fa0b5f2b4a60cb97c7fb3b6aecfd94558a;hp=fb45bd1b79aede199e28d8550cef93d1c25bc1c1;hpb=f13173726f8382eef380f1e754f24dd2b126a77b;p=sfa.git diff --git a/sfa/util/parameter.py b/sfa/util/parameter.py index fb45bd1b..00d9319b 100644 --- a/sfa/util/parameter.py +++ b/sfa/util/parameter.py @@ -105,4 +105,4 @@ def xmlrpc_type(arg): # documentation purposes. return "mixed" else: - raise GeniAPIError, "XML-RPC cannot marshal %s objects" % arg_type + raise SfaAPIError, "XML-RPC cannot marshal %s objects" % arg_type