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

Use setter for the qemu_path (allow to pass only the binary name)

This commit is contained in:
Julien Duponchelle 2015-05-26 09:48:01 +02:00
parent a7dd0d3c51
commit 289b68e5c1

View File

@ -70,7 +70,7 @@ class QemuVM(BaseVM):
self._stdout_file = ""
# QEMU VM settings
self._qemu_path = qemu_path
self.qemu_path = qemu_path
self._hda_disk_image = ""
self._hdb_disk_image = ""
self._hdc_disk_image = ""