Fix Snapshot restore does not work with IOS routers

Fix https://github.com/GNS3/gns3-gui/issues/1583
This commit is contained in:
Julien Duponchelle
2016-10-18 16:17:49 +02:00
parent 8055547936
commit 19be2d85b7
2 changed files with 3 additions and 2 deletions

View File

@ -380,6 +380,7 @@ class Router(BaseNode):
except OSError as e:
log.warn("Could not delete file {}: {}".format(file, e))
continue
self.manager.release_dynamips_id(self.project.id, self.dynamips_id)
@property
def platform(self):