X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fnitos%2Fnitosshell.py;h=2636e6de0ff5eb687bd83c000fb1d32a3bc4ab7f;hp=269e367684e17e8a3d43eb4eaffc784280c2ae73;hb=ecc85e0b923922cf7117d29b380f5284edb88f21;hpb=fad16c7d54b658b37a9b42fbee47b0d4f51cb8ec diff --git a/sfa/nitos/nitosshell.py b/sfa/nitos/nitosshell.py index 269e3676..2636e6de 100644 --- a/sfa/nitos/nitosshell.py +++ b/sfa/nitos/nitosshell.py @@ -33,7 +33,7 @@ class NitosShell: actual_name=None if name in NitosShell.direct_calls: actual_name=name if not actual_name: - raise Exception, "Illegal method call %s for NITOS driver"%(name) + raise Exception("Illegal method call %s for NITOS driver"%(name)) actual_name = "scheduler.server." + actual_name result=getattr(self.proxy, actual_name)(*args, **kwds) logger.debug('NitosShell %s (%s) returned ... '%(name,actual_name))