mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-09 08:58:27 +03:00
virt-clone: fix pylint error
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
a8110c6cd7
commit
627abed9c1
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user