Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx> --- virtinst/cloner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtinst/cloner.py b/virtinst/cloner.py index 468e559..764388a 100644 --- a/virtinst/cloner.py +++ b/virtinst/cloner.py @@ -418,7 +418,7 @@ class Cloner(object): # new guest name for channel in self._guest.get_devices("channel"): if channel.type == VirtualChannelDevice.TYPE_UNIX: - channel._source_path = None + channel.source_path = None # Save altered clone xml self._clone_xml = self._guest.get_xml_config() -- 2.6.2 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list