From f7531602807435ff93f494677637c636616cd314 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 4 Jan 2011 16:11:28 -0500 Subject: [PATCH] catch all --- plugins/sfagids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.43.0