(Boeing r1757)
fix exception raised when EMANE model is missing config
This commit is contained in:
parent
9a190eb04e
commit
898a8c6c76
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue