Skip to content

Raise exceptions where appropriate

Jim Newsome requested to merge jnewsome/chutney:split-cli into main

When using as a module, it's better to have exceptions on errors rather than False return values, which don't give any further information and are easily accidentally ignored.

Edited by Jim Newsome

Merge request reports