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

This commit is contained in:
Jenkins
2016-11-18 04:45:38 +00:00
committed by Gerrit Code Review

View File

@@ -17,6 +17,7 @@
import json
import os
import subprocess
import sys
import requests
@@ -181,4 +182,4 @@ def main():
if __name__ == '__main__':
main()
sys.exit(main())