[virt-manager][PATCH] Fix --test-first-run

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



One of previous patches (96ce9ac0b125) invented this feature. However,
in options object it is called testfirstrun not test_first_run.
This produces a runtime error.
---
 src/virt-manager.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/virt-manager.py.in b/src/virt-manager.py.in
index 8d09b28..f314502 100755
--- a/src/virt-manager.py.in
+++ b/src/virt-manager.py.in
@@ -334,7 +334,7 @@ def main():
     import virtManager.config
     import virtManager.util
     config = virtManager.config.vmmConfig(appname, appversion, ui_dir,
-                                          options.test_first_run)
+                                          options.testfirstrun)
     virtManager.util.running_config = config
     config.default_qemu_user = default_qemu_user
     config.rhel6_defaults = rhel_enable_unsupported_opts
-- 
1.7.8.6


[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux