updated logging.warn to logging.warning due to deprecation in python3, fixed python 2/3 filter issue in tests, fixed utf decoding for some missed popen commands
This commit is contained in:
parent
69b1297002
commit
597bd21994
14 changed files with 70 additions and 66 deletions
|
@ -156,4 +156,4 @@ class EmaneModel(WirelessModel):
|
|||
:param core.netns.vif.Veth netif2: interface two
|
||||
:return: nothing
|
||||
"""
|
||||
logging.warn("emane model(%s) does not support link configuration", self.name)
|
||||
logging.warning("emane model(%s) does not support link configuration", self.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue