mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-24 15:00:57 +00:00
Fixes #150.
This commit is contained in:
parent
80a0e0ebf7
commit
683a512917
@ -208,7 +208,7 @@ class Dynamips(BaseManager):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# save the configs when the project is committed
|
# 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:
|
if vm.project.id == project.id:
|
||||||
yield from vm.save_configs()
|
yield from vm.save_configs()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user