summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2014-01-24 17:48:57 -0500
committerCole Robinson <crobinso@redhat.com>2014-01-25 17:20:29 -0500
commit70ce777c333799ee12e991bed031d61b9f572d90 (patch)
tree6998731803b242e6358de18fe4c936becf7bc8ca
parent87a611b5470d9b86bf57a71ce111fa1d41d8e2cd (diff)
downloadvirt-manager-70ce777c333799ee12e991bed031d61b9f572d90.tar.gz
cli: --controller: Remove double register of type
-rw-r--r--virtinst/cli.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/virtinst/cli.py b/virtinst/cli.py
index 38747786..0f8445f1 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -1738,7 +1738,6 @@ class ParserController(VirtCLIParser):
self.remove_first = "type"
self.set_param("type", "type")
- self.set_param("type", "type")
self.set_param("model", "model")
self.set_param("index", "index")
self.set_param("master_startport", "master")