mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
Add missing async
This commit is contained in:
parent
1add223891
commit
c17a86e814
@ -1814,7 +1814,7 @@ class QemuVM(BaseNode):
|
|||||||
os.remove(zip_file)
|
os.remove(zip_file)
|
||||||
shutil.rmtree(config_dir, ignore_errors=True)
|
shutil.rmtree(config_dir, ignore_errors=True)
|
||||||
|
|
||||||
def _disk_interface_options(self, disk, disk_index, interface, format=None):
|
async def _disk_interface_options(self, disk, disk_index, interface, format=None):
|
||||||
options = []
|
options = []
|
||||||
extra_drive_options = ""
|
extra_drive_options = ""
|
||||||
if format:
|
if format:
|
||||||
|
Loading…
Reference in New Issue
Block a user