From: S.Çağlar Onur Date: Tue, 4 Jan 2011 21:11:28 +0000 (-0500) Subject: catch all X-Git-Tag: nodemanager-2.0-25~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=f7531602807435ff93f494677637c636616cd314;p=nodemanager.git catch all --- diff --git a/plugins/sfagids.py b/plugins/sfagids.py index 5c2394b..88e2341 100644 --- a/plugins/sfagids.py +++ b/plugins/sfagids.py @@ -34,7 +34,7 @@ def start(): keyfile, certfile = get_keypair(None) api = ComponentAPI(key_file=keyfile, cert_file=certfile) api.get_node_key() - except AttributeError: + except: return def GetSlivers(data, config=None, plc=None):