mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-08 08:14:03 +02:00
Do not fail with a traceback if the config file parsing fails. Hence, catch the configparser.Error exception and print its "message" attribute to the user. Fixes: #985 ("Type error on any osc call")