On Tue, 18 Dec 2018 at 12:58, Jens Rehsack <sno at netbsd.org> wrote: > Do this as one bb.error > > Sure > and you won't need to re-raise as it will fail. > So neither raise nor pass - just print? bb.fatal will show the message and raise an exception itself, or bb.error()/return. Either works. Ross