magnum-ui/tools
gecong1973 39d6562717 Using sys.exit(main()) instead of main()
As we known, Exceptions are raised by the sys.exit() function.
When they are not handled, no stack traceback is printed in the Python interpreter.

In this patch we have known main() got return values(eg:0, 1), but it can't
specifies exit status when terminate the main thread by unusing sys.exit().
So when using sys.exit(main()) instead of main() may be more readable and reasonable.

Change-Id: Ia0737272aaa943b2ecab38ae292c8539e77e8723
2016-12-28 11:13:02 +08:00
..
install_venv.py Using sys.exit(main()) instead of main() 2016-12-28 11:13:02 +08:00
install_venv_common.py Proper translation integration 2015-10-31 09:39:07 +01:00
with_venv.sh Initial skeleton repo 2015-09-08 23:02:28 +00:00