Skip to content

ReplApplication: get_object should use do() to run fillobj

Woob Import requested to merge master into master

If backend.fillobj is called directly, all module errors will be raised naked. They should be wrapped in BCallErrors so ReplApplication catches them as usual. This prevents a lot of application to crash when fillobj fails.

Merge request reports