in reply to Re: Error handling in a module
in thread Error handling in a module

Always return and let the user check the result. They key part is really the 'always return' part

That's exactly what I've been doing so far. I was really just wanting to check that there wasn't a "better" way that I'd overlooked.