lahwaacz / wiki-scripts

Framework for writing bots, maintenance scripts or performing data analysis on wikis powered by MediaWiki
http://lahwaacz.github.io/wiki-scripts/
GNU General Public License v3.0
27 stars 12 forks source link

edit_interactive should not call sys.exit #7

Closed lahwaacz closed 9 years ago

lahwaacz commented 9 years ago

The edit_interactive function should not call sys.exit, but instead raise an exception to allow cleanup actions upon termination.