Lock listing VMs. Ref #1755

This commit is contained in:
grossmj 2020-05-20 19:33:56 +09:30
parent da85d7b827
commit 1a20cbeefd

View File

@ -250,6 +250,7 @@ class GNS3VM:
def __json__(self): def __json__(self):
return self._settings return self._settings
@locking
async def list(self, engine): async def list(self, engine):
""" """
List VMS for an engine List VMS for an engine