[python] fix name error in Fko.errstr()

This commit is contained in:
Jakub Wilk 2017-02-09 12:14:54 +01:00
parent d579c6cd0f
commit 42ebb04605

View File

@ -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.