From 75b7f78785e386c9fadd59779acab919d492ccdf Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 5 Feb 2010 20:40:31 +0000 Subject: [PATCH] NodeManager instance need the confing opbject, not the filename --- sfa/plc/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/plc/api.py b/sfa/plc/api.py index 3fdd77e1..57b90b6a 100644 --- a/sfa/plc/api.py +++ b/sfa/plc/api.py @@ -427,7 +427,7 @@ class ComponentAPI(BaseAPI): if config is None: return - self.nodemanager = NodeManager(config) + self.nodemanager = NodeManager(self.config) def sliver_exists(self): sliver_dict = self.nodemanager.GetXIDs() -- 2.47.0