Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 5b419b2

Browse files
committed
CloneManager: Fix an error message typo
1 parent fbf0f2e commit 5b419b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virtinst/CloneManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def setup_clone(self):
463463
node.setContent(mac)
464464

465465
if len(self.clone_virtual_disks) < len(self.original_virtual_disks):
466-
raise ValueError(_("More disks to clone that new paths specified. "
466+
raise ValueError(_("More disks to clone than new paths specified. "
467467
"(%(passed)d specified, %(need)d needed") %
468468
{"passed" : len(self.clone_virtual_disks),
469469
"need" : len(self.original_virtual_disks) })

0 commit comments

Comments
 (0)