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-10-11 16:38:06 +08:00
2016-10-14 16:44:54 +08:00
2016-09-21 11:52:20 +00:00
2016-10-09 03:04:07 +00:00
2016-09-22 14:58:54 +00:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01: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-13 16:53:31 +01: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-19 23:05:11 +08: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-19 10:17:14 +02:00
2016-09-13 16:53:31 +01:00
2016-09-22 04:00:28 +00:00
2016-09-13 16:53:31 +01:00
2016-10-12 20:21:52 +00:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-10-13 13:50:46 +00:00
2016-09-13 16:53:31 +01:00
2016-10-04 00:44:45 +08:00
2016-09-14 22:27:36 +00:00
2016-09-27 21:23:46 -07:00
2016-09-13 16:53:31 +01:00
2016-09-14 17:22:26 -04:00
2016-09-13 16:53:31 +01:00
2016-09-28 17:21:51 +02:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-19 07:19:00 +00:00
2016-10-12 01:31:09 +08:00
2016-10-06 13:11:12 +02:00
2016-09-13 16:53:31 +01:00
2016-10-03 23:34:50 +08:00
2016-10-04 23:31:37 +02:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-09-13 16:53:31 +01:00
2016-10-04 00:44:45 +08:00