summaryrefslogtreecommitdiff
path: root/virtManager/device/addstorage.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-01-28 19:03:44 -0500
committerCole Robinson <crobinso@redhat.com>2020-01-29 06:40:43 -0500
commit0f295ec5dc139ad7aa12f617fd0e30ed07a38c0d (patch)
tree57b16df5092d1a707bcecc70e7b1d2ad92cd28e6 /virtManager/device/addstorage.py
parent5d643f8fd95dd647a7e9b49eea5a796fb0adfca3 (diff)
downloadvirt-manager-0f295ec5dc139ad7aa12f617fd0e30ed07a38c0d.tar.gz
devices: disk: Add more test coverage
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'virtManager/device/addstorage.py')
-rw-r--r--virtManager/device/addstorage.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/virtManager/device/addstorage.py b/virtManager/device/addstorage.py
index 9fc8ffc3..55b1a13b 100644
--- a/virtManager/device/addstorage.py
+++ b/virtManager/device/addstorage.py
@@ -100,8 +100,7 @@ class vmmAddStorage(vmmGObjectUI):
return
log.debug("Attempting to correct permission issues.")
- errors = virtinst.DeviceDisk.fix_path_search(
- conn.get_backend(), searchdata)
+ errors = virtinst.DeviceDisk.fix_path_search(searchdata)
if not errors:
return