1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Fix tests

This commit is contained in:
Julien Duponchelle 2015-02-16 10:11:46 +01:00
parent 605afa1d33
commit 3ceb43fa62

View File

@ -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)