diff --git a/run-develop.py b/run-develop.py index b479ec5e..64081735 100755 --- a/run-develop.py +++ b/run-develop.py @@ -98,6 +98,4 @@ try: run_module('FileConverter/sources', ['convertermaster.js']) run_module('SpellChecker/sources', ['server.js']) except SystemExit: - print("Ignoring SystemExit") -finally: - input("Press Enter to continue...") + input("Ignoring SystemExit. Press Enter to continue...")