Skip to content
Snippets Groups Projects
Commit 364c5e31 authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fix typo on disk wipe method

parent 618c36ae
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,7 @@ class LibvirtStorageVolume(StorageVolume):
'''
'''
try:
self._lvvvol_handle.wipe(0)
self._lvvol_handle.wipe(0)
except libvirt.libvirtError:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment