Skip to content

Commit 676154f

Browse files
committed
wrapper: fix missing call to parent constructor
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
1 parent 48aed50 commit 676154f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrapper/virt-v2v-wrapper.py

+1
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ class VDSMHost(BaseHost):
441441
VDSM_GID = 36 # kvm
442442

443443
def __init__(self):
444+
super(VDSMHost, self).__init__()
444445
import ovirtsdk4 as sdk
445446
self.sdk = sdk
446447
# For now there are limited possibilities in how we can select

0 commit comments

Comments
 (0)