X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Ffederica%2Ffdshell.py;h=aefbdd1eeaa7c86e5aa5e650e0b8089511439460;hp=42ec030f198bbf05b276d53a95f65f2e9788a9cc;hb=ecc85e0b923922cf7117d29b380f5284edb88f21;hpb=fad16c7d54b658b37a9b42fbee47b0d4f51cb8ec diff --git a/sfa/federica/fdshell.py b/sfa/federica/fdshell.py index 42ec030f..aefbdd1e 100644 --- a/sfa/federica/fdshell.py +++ b/sfa/federica/fdshell.py @@ -30,7 +30,7 @@ class FdShell: def __getattr__(self, name): def func(*args, **kwds): if name not in FdShell.direct_calls: - raise Exception, "Illegal method call %s for FEDERICA driver"%(name) + raise Exception("Illegal method call %s for FEDERICA driver"%(name)) logger.info("Issuing %s args=%s kwds=%s to federica"%\ (name,args,kwds)) # result=getattr(self.proxy, "AggregateManager.%s"%name)(credential, *args, **kwds)