kolla-ansible/kolla/cmd
Lu lei 684b483fa8 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.
TrivialFix.

Change-Id: I184289d28b92a7e345907247c045535a0c42c974
2016-08-02 09:32:28 +08:00
..
__init__.py Make Kolla installable via PIP 2015-08-24 16:08:49 -07:00
build.py Using sys.exit(main()) instead of main() 2016-08-02 09:32:28 +08:00
genpwd.py Make passwords.yml file generation configurable 2016-05-21 01:51:17 +00:00