Commit 72c81284 authored by Andreas Jung's avatar Andreas Jung

use sys.exit()

parent 79375c4e
......@@ -346,4 +346,4 @@ if __name__ == "__main__":
# signal handler at all.
signal.signal(signal.SIGCHLD, _ignoreSIGCHLD)
exitstatus = main()
exit(exitstatus)
sys.exit(exitstatus)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment