Commit fc6120b
authored
CA-411988 Fix TypeError in LVHDoHBASR.load() with dynamic module loading (#787)
Replace super() with direct parent class call to fix "TypeError: super(type,
obj): obj must be an instance or subtype of type" when SR.from_uuid()
dynamically loads the module.
This aligns load() with all other methods in the class (create, attach, scan,
probe, detach, delete) which already use direct parent calls.
Signed-off-by: Lunfan Zhang[Lunfan.Zhang] <Lunfan.Zhang@cloud.com>1 parent 5b01f83 commit fc6120b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments