[run] Fix

This commit is contained in:
Alexander Trofimov
2020-05-08 11:16:55 +03:00
parent 17a1898e33
commit 50a4f8f3cc

View File

@ -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...")