pytransitions / transitions

A lightweight, object-oriented finite state machine implementation in Python with many extensions
MIT License
5.68k stars 530 forks source link

Don't mask away KeyError when executing a transition #378

Closed facundofc closed 4 years ago

facundofc commented 4 years ago

This should fix issue #377.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 98.525% when pulling c67cb7f3d40643c57341fca4560c57400629a6df on facundofc:issue_377 into 02076d3f259efd1a2c066a823547ecd7083a49b7 on pytransitions:master.

aleneum commented 4 years ago

Hello @facundofc,

good catch! Thank you for the PR! Wish you some nice holidays and a good start into 2020.