X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fstorage%2Fparameter.py;h=6737d0bd226ad0dded13887c459d7434955360e8;hp=e520bfc22d46705cd69ecb0214e08a8403282634;hb=ecc85e0b923922cf7117d29b380f5284edb88f21;hpb=fad16c7d54b658b37a9b42fbee47b0d4f51cb8ec diff --git a/sfa/storage/parameter.py b/sfa/storage/parameter.py index e520bfc2..6737d0bd 100644 --- a/sfa/storage/parameter.py +++ b/sfa/storage/parameter.py @@ -100,4 +100,4 @@ def xmlrpc_type(arg): # documentation purposes. return "mixed" else: - raise SfaAPIError, "XML-RPC cannot marshal %s objects" % arg_type + raise SfaAPIError("XML-RPC cannot marshal %s objects" % arg_type)