mirror of
https://github.com/GNS3/gns3-server
synced 2025-02-24 05:52:17 +00:00
parent
defcf82610
commit
5639cbe860
@ -367,6 +367,7 @@ class Controller:
|
|||||||
return project
|
return project
|
||||||
|
|
||||||
def remove_project(self, project):
|
def remove_project(self, project):
|
||||||
|
if project.id in self._projects:
|
||||||
del self._projects[project.id]
|
del self._projects[project.id]
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
|
Loading…
Reference in New Issue
Block a user