mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-09 08:58:27 +03:00
virtManager: clone: drop redundant clone setup
We already handle all these steps in the validation() step, which happens directly before this code.
This commit is contained in:
parent
091c6155d2
commit
9863a963fe
@ -852,7 +852,6 @@ class vmmCloneVM(vmmGObjectUI):
|
||||
if poolname not in refresh_pools:
|
||||
refresh_pools.append(poolname)
|
||||
|
||||
self.clone_design.setup()
|
||||
self.clone_design.start_duplicate(meter)
|
||||
|
||||
for poolname in refresh_pools:
|
||||
|
Loading…
x
Reference in New Issue
Block a user