Signed-off-by: Pavel Hrdina <[email protected]>
---
virtManager/clone.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtManager/clone.py b/virtManager/clone.py
index 23d52b66..0704b21a 100644
--- a/virtManager/clone.py
+++ b/virtManager/clone.py
@@ -713,9 +713,9 @@ class vmmCloneVM(vmmGObjectUI):
try:
self.clone_design.clone_paths = new_path
- self.populate_storage_lists()
row[STORAGE_INFO_NEW_PATH] = new_path
row[STORAGE_INFO_MANUAL_PATH] = True
+ self.populate_storage_lists()
except Exception, e:
self.err.show_err(_("Error changing storage path: %s") % str(e))
return
--
2.12.0
_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list