removed the emane manager from post_startup on emane models, it was not needed, since we can access it from our local session object, if needed
This commit is contained in:
parent
52230bc026
commit
981e48ed30
3 changed files with 5 additions and 6 deletions
|
@ -191,11 +191,10 @@ class EmaneModel(WirelessModel):
|
|||
|
||||
return phy_document
|
||||
|
||||
def post_startup(self, emane_manager):
|
||||
def post_startup(self):
|
||||
"""
|
||||
Logic to execute after the emane manager is finished with startup.
|
||||
|
||||
:param core.emane.emanemanager.EmaneManager emane_manager: emane manager for the session
|
||||
:return: nothing
|
||||
"""
|
||||
logger.info("emane model(%s) has no post setup tasks", self.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue