Fix duplicate error printing in ConfigTree

When assertNoSwallowedErrors() is called second time in ogs.cpp (or in ogs_python_module.cpp) the errors are printed second time. Solution to this is to clear the error messages list after they have been printed.

Fixes #3593 (closed)

Merge request reports

Loading