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

This commit is contained in:
Jakub Wilk
2017-02-09 12:16:29 +01:00
parent d579c6cd0f
commit 42ebb04605
+1 -1
View File
@@ -883,7 +883,7 @@ class Fko:
"""Returns the descriptive error message string for the
given error code value.
"""
return _fko.errstr(code)
return _fko.errstr(val)
# FKO type lookup functions.