cleanup of core.api, core.emulator, core.pnodes

This commit is contained in:
bharnden 2018-10-11 14:49:22 -07:00
parent aa91bb67a1
commit 05a5574155
3 changed files with 10 additions and 10 deletions

View file

@ -35,7 +35,7 @@ class PhysicalNode(PyCoreNode):
with self.lock:
while self._mounts:
source, target = self._mounts.pop(-1)
_source, target = self._mounts.pop(-1)
self.umount(target)
for netif in self.netifs():