cleanup of core.api, core.emulator, core.pnodes
This commit is contained in:
parent
aa91bb67a1
commit
05a5574155
3 changed files with 10 additions and 10 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue