[virt-tools-list] [virt-manager PATCH] cli.py: --force is not supported anymore so do not advertise it

Giuseppe Scrivano gscrivan at redhat.com
Wed Feb 11 15:16:05 UTC 2015


Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1177210

Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---
 virtinst/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/cli.py b/virtinst/cli.py
index 44fb392..7cacd3d 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -321,7 +321,7 @@ def validate_disk(dev, warn_overwrite=False):
             logging.debug("--force skipping error condition '%s'", msg)
             logging.warn(msg)
         else:
-            fail(msg + _(" (Use --force to override)"))
+            fail(msg)
 
     def check_path_exists(dev):
         """
-- 
2.1.0




More information about the virt-tools-list mailing list