From: Tony Mack Date: Fri, 5 Feb 2010 20:40:31 +0000 (+0000) Subject: NodeManager instance need the confing opbject, not the filename X-Git-Tag: sfa-0.9-11~147 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=75b7f78785e386c9fadd59779acab919d492ccdf;p=sfa.git NodeManager instance need the confing opbject, not the filename --- 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()