Skip to content

Commit

Permalink
change kind
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 29, 2024
1 parent c0088d9 commit df8bbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplpy/outputhandler.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cdef void PyOutput(campl.AMPL_OUTPUTKIND kind, const char* msg, void* usrdata) e
PyOutputHandler = <OutputHandler>usrdata
PyOutputHandler.output(kind, str(msg.decode('utf-8')))

class Kind(Enum):
class Kind(object):
"""
Represents the type of the output coming from the interpreter.
"""
Expand Down

0 comments on commit df8bbf4

Please sign in to comment.