[python] fix name error in Fko.errstr()
This commit is contained in:
parent
d579c6cd0f
commit
42ebb04605
@ -883,7 +883,7 @@ class Fko:
|
|||||||
"""Returns the descriptive error message string for the
|
"""Returns the descriptive error message string for the
|
||||||
given error code value.
|
given error code value.
|
||||||
"""
|
"""
|
||||||
return _fko.errstr(code)
|
return _fko.errstr(val)
|
||||||
|
|
||||||
# FKO type lookup functions.
|
# FKO type lookup functions.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user