1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-23 22:41:02 +00:00
This commit is contained in:
grossmj 2015-04-25 15:20:15 -06:00
parent 80a0e0ebf7
commit 683a512917

View File

@ -208,7 +208,7 @@ class Dynamips(BaseManager):
"""
# save the configs when the project is committed
for vm in self._vms.values():
for vm in self._vms.copy().values():
if vm.project.id == project.id:
yield from vm.save_configs()