Merge "Using sys.exit(main()) instead of main()"

This commit is contained in:
Jenkins 2016-08-03 03:49:15 +00:00 committed by Gerrit Code Review
commit f0987383f6

View File

@ -33,4 +33,4 @@ def main():
if __name__ == '__main__':
main()
sys.exit(main())