python-muranoclient/tools
gecong1973 23e810e57f 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: I2fbc21b65d62e7d444bd1acf2858114ef7a5995f
2016-12-28 14:43:33 +08:00
..
cover.sh Fix typos in cover.sh 2016-11-16 13:10:45 +00:00
install_venv.py Using sys.exit(main()) instead of main() 2016-12-28 14:43:33 +08:00
install_venv_common.py Replace print statment with print function 2016-06-23 09:33:08 +05:30
murano.bash_completion Bash completion script for murano 2015-04-02 17:40:21 +03:00
pretty_tox.sh Use pretty-tox for better test output 2015-01-22 16:47:35 +03:00
tox_install.sh Sync tools/tox_install.sh 2016-08-30 19:54:43 +02:00
with_venv.sh Removed all projects except Glazier Api Client 2013-04-09 13:44:21 +04:00