Error handling in piped functions

As @al2o3cr said I definitely think using with along with an else clause is the way to go when the functions in the pipeline could have an error condition.

Here is a link to a good thread about it: Should one use pipes or with? - #4 by tme_317

1 Like