mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-03-08 14:16:28 +07:00
python: module: fix versions -> info typo in Module._info_get() error message.
This commit is contained in:
parent
d9c0c63eb7
commit
0a2fab2b32
@ -76,7 +76,7 @@ cdef class Module (object):
|
||||
cdef _list.ModListItem mli
|
||||
err = _libkmod_h.kmod_module_get_info(self.module, &ml.list)
|
||||
if err < 0:
|
||||
raise _KmodError('Could not get versions')
|
||||
raise _KmodError('Could not get info')
|
||||
info = _collections.OrderedDict()
|
||||
try:
|
||||
for item in ml:
|
||||
|
Loading…
Reference in New Issue
Block a user