collective / rapido.core

2 stars 2 forks source link

rapido swallows all errors #11

Closed djay closed 8 years ago

djay commented 8 years ago

This means that no transaction gets rolled back. This means the DB can be left in a real mess.

ebrehault commented 8 years ago

I do not even remember why I decided to use events rather than regular error raising here https://github.com/plomino/rapido.core/blob/master/rapido/core/formula.py#L26 and here https://github.com/plomino/rapido.core/blob/master/rapido/core/formula.py#L41

This is really stupid.