1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-24 15:58:08 +00:00

Fix a crash in CI, making log impossible to read

This commit is contained in:
Julien Duponchelle 2015-03-26 15:49:51 +01:00
parent 879ed9e4e6
commit 64152c1af8

View File

@ -49,6 +49,7 @@ class IOU(BaseManager):
def close_vm(self, vm_id, *args, **kwargs):
vm = self.get_vm(vm_id)
if vm_id in self._used_application_ids:
i = self._used_application_ids[vm_id]
self._free_application_ids.insert(0, i)
del self._used_application_ids[vm_id]