Merge pull request #250 from jwilk/python-errstr

This commit is contained in:
Michael Rash
2017-02-12 16:46:50 -05:00
committed by GitHub
+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.