Merge "Using sys.exit(main(sys.argv)) exit the program"

This commit is contained in:
Jenkins 2016-10-05 18:18:32 +00:00 committed by Gerrit Code Review
commit 7c57f001e6

View File

@ -116,4 +116,4 @@ def main(args):
error("")
if __name__ == "__main__":
main(sys.argv)
sys.exit(main(sys.argv))