mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
1bee34e6bc
Both AgendaParser and ConfigParsers wrap exceptions with a a message saying what source of configuration caused the exception. AgendaParser uses ConfigParser within its load method, this leads to the "Error in foo" message appearing twice. This lets AgendaParser turn of the wrapping in ConfigParser