fuel-agent/fuel_agent/cmd
gecong1973 5e78a69966 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: I6b472e0eb2fceb49bb506785f5188e023e1d3968
(cherry picked from commit 675eb6abaf)
2017-02-13 16:14:20 +00:00
..
__init__.py Upgrade hacking rules and fix new issues 2015-06-26 07:57:07 +00:00
agent.py Using sys.exit(main()) instead of main() 2017-02-13 16:14:20 +00:00
ironic_callback.py Rename pass_deploy_info to heartbeat 2016-08-31 16:51:15 +03:00