Closed olssonsimon closed 5 years ago
When using python 3.5.2 we found issues regarding the comparison of MachineStates so we added the __ge__ and __le__ methods.
__ge__
__le__
Also, for some reason both message and msg where not available thus throwing an error.
message
msg
Thanks for this!
When using python 3.5.2 we found issues regarding the comparison of MachineStates so we added the
__ge__
and__le__
methods.Also, for some reason both
message
andmsg
where not available thus throwing an error.