mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Fix tests
This commit is contained in:
parent
605afa1d33
commit
3ceb43fa62
@ -120,7 +120,7 @@ class BaseVM:
|
||||
Delete the VM (including all its files).
|
||||
"""
|
||||
|
||||
directory = self.project.vm_working_dir(self)
|
||||
directory = self.project.vm_working_directory(self)
|
||||
if os.path.exists(directory):
|
||||
try:
|
||||
yield from wait_run_in_executor(shutil.rmtree, directory)
|
||||
|
Loading…
Reference in New Issue
Block a user