Fix qemu tests

This commit is contained in:
Julien Duponchelle
2015-07-23 10:46:43 +02:00
parent e07c3215f5
commit 3f25bfcb27
2 changed files with 5 additions and 5 deletions

View File

@ -1004,7 +1004,6 @@ class QemuVM(BaseVM):
@asyncio.coroutine
def _disk_options(self):
options = []
qemu_img_path = ""
qemu_path_dir = os.path.dirname(self.qemu_path)