databio / pypiper

Python toolkit for building restartable pipelines
http://pypiper.databio.org
BSD 2-Clause "Simplified" License
45 stars 9 forks source link

python 3 err #166

Closed nsheff closed 5 years ago

nsheff commented 5 years ago

pm.fail_pipeline("string")

TypeError: exceptions must be old-style classes or derived from BaseException, not str
nsheff commented 5 years ago

this was not just a py3 err... it was a usage error.