Skip to content

Call finish function in python binding

Tammo Jan Dijkema requested to merge pybind_finish into master

Calling the finish function of the next step is obligatory in DPPP. For example, it allows MSUpdater or MSWriter to flush their changes. I think we can safely call this after the python finish function, I've never seen places where you want to do something else than call nextStep()->finish() at the end of finish()

Merge request reports