Skip to content

Commit

Permalink
[python] fix name error in Fko.errstr()
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Feb 9, 2017
1 parent d579c6c commit 42ebb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fko.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ def errstr(self, val):
"""Returns the descriptive error message string for the
given error code value.
"""
return _fko.errstr(code)
return _fko.errstr(val)

# FKO type lookup functions.

Expand Down

0 comments on commit 42ebb04

Please sign in to comment.