Files
bonobo/bonobo/execution
Vitalii Vokhmin 575462ca4c Check if PluginExecutionContext was started before shutting it down.
If a `PluginExecutionContext().shutdown()` is called _before_
`PluginExecutionContext().start()` was called,
this leads to an `AttributeError` exception since finalizer tries to
access to attributes which were never defined.
2017-07-15 15:35:01 +02:00
..
2017-04-28 08:04:48 +02:00