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

This commit is contained in:
Jenkins 2017-01-03 18:11:19 +00:00 committed by Gerrit Code Review
commit 0d0a76ca93

View File

@ -68,4 +68,4 @@ def main(argv):
print_help(venv, root)
if __name__ == '__main__':
main(sys.argv)
sys.exit(main(sys.argv))