mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-19 23:08:09 +00:00
Fixes VMware linked clone cleanup bug. Fixes #420.
This commit is contained in:
parent
942d07c8ce
commit
5842487cd0
@ -398,7 +398,7 @@ class VMware(BaseManager):
|
||||
break
|
||||
|
||||
if vmlist_entry is not None:
|
||||
for name in inventory_pairs.keys():
|
||||
for name in inventory_pairs.copy().keys():
|
||||
if name.startswith(vmlist_entry):
|
||||
del inventory_pairs[name]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user