(Boeing r1757)

fix exception raised when EMANE model is missing config
This commit is contained in:
ahrenholz 2013-08-29 20:35:56 +00:00
parent 9a190eb04e
commit 898a8c6c76

View file

@ -352,6 +352,8 @@ class Emane(ConfigurableManager):
def setnodemodel(self, n):
emanenode = self._objs[n]
if n not in self.configs:
return False
for (t, v) in self.configs[n]:
if t is None:
continue