pytransitions / transitions

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

Warnings raised when using multiple machine on same model #437

Closed potens1 closed 4 years ago

potens1 commented 4 years ago

In addition to #436 using multiple machines per model raise warnings about Model already contains attribute 'trigger'. Skip binding.

It is harmles but it is the symptom of the "non-merge" trigger problem.

aleneum commented 4 years ago

this problem is discussed in #436