Jeffrey Zhang d1676d38e4 move sys.exit out of try finally block in set_config.py file
when code exit by using sys.exit in try..catch block, it will skip catch
and run the code in finally. Because SystemExit does not inherit from
Exception.

This patch moves sys.exit out of finally block. Then it won't execute
when script exits by sys.exit

Change-Id: I6457b1b861d2f9fdadce788ac6b719f46c7f2af3
Partial-Bug: #1631503
2016-10-14 16:44:54 +08:00
..
2016-09-13 16:53:31 +01:00
2016-09-21 11:52:20 +00:00
2016-09-15 14:06:58 +00:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-15 03:33:57 +00:00
2016-09-29 12:13:04 +00:00
2016-09-12 08:03:39 +00:00
2016-09-13 16:53:31 +01:00
2016-09-14 22:27:36 +00:00
2016-09-27 21:23:46 -07:00
2016-09-28 17:21:51 +02:00
2016-09-19 07:19:00 +00:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00