Call finish function in python binding
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()