mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Lock listing VMs. Ref #1755
This commit is contained in:
parent
da85d7b827
commit
1a20cbeefd
@ -250,6 +250,7 @@ class GNS3VM:
|
||||
def __json__(self):
|
||||
return self._settings
|
||||
|
||||
@locking
|
||||
async def list(self, engine):
|
||||
"""
|
||||
List VMS for an engine
|
||||
|
Loading…
Reference in New Issue
Block a user