Don't stop gbs command if gbs conf has duplicate section/option. 58/299158/4
authorwanchao-xu <wanchao.xu@samsung.com>
Thu, 21 Sep 2023 02:51:57 +0000 (10:51 +0800)
committerwanchao-xu <wanchao.xu@samsung.com>
Thu, 21 Sep 2023 05:46:31 +0000 (13:46 +0800)
commit7273cdc733bc22e04d0a7aeba2bc17f00dbe28ea
tree9d84979d68e8741f76729e43841439a6f5e5210d
parent6fdb9324bc3a8ae6475812851189335608a633a1
Don't stop gbs command if gbs conf has duplicate section/option.
 * SafeConfigParser has been renamed to ConfigParser in Python 3.2
 * ConfigParser of python3 provides duplicate section/option error

Change-Id: I8a26c61a0d7a7bb14577d8940b4b712afefa3d4c
Signed-off-by: wanchao-xu <wanchao.xu@samsung.com>
gitbuildsys/conf.py