Print the exact unhandled btype name to the user, so it's clearer why we're exiting early here.
Use raise instead of assert? This one will do nothing - assert will evaluate is as true/pass.
rebased onto 2028c2ed870b2a635894b0faa0d7bc1a4a7e9b91
Oh, that was my bad. I've amended this to raise instead of assert. Thanks for catching that.
raise
assert
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
:thumbsup:
Issue #2613
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Commit 8e94e8c1 fixes this pull-request
Pull-Request has been merged by tkopecek
Print the exact unhandled btype name to the user, so it's clearer why we're exiting early here.