Fix import of project with no disk

Ref #590
This commit is contained in:
Julien Duponchelle 2016-06-27 12:38:18 +02:00
parent 5898b86dfc
commit 1f0fe6d304
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -647,7 +647,6 @@ class Project:
"iou": "IOUDevice", "iou": "IOUDevice",
"docker": "DockerVM" "docker": "DockerVM"
} }
vm_directory = os.path.join(self.path, "servers", "vm", "project-files") vm_directory = os.path.join(self.path, "servers", "vm", "project-files")
vm_server_use = False vm_server_use = False