incubator-heron icon indicating copy to clipboard operation
incubator-heron copied to clipboard

Factor out passing of strings as exceptions in tracker query_operator.py

Open Code0x58 opened this issue 4 years ago • 0 comments

With asyncio pure exceptions can be used throughout to simplify the code and quality of exception data. The isinstance(..., str) bits of code can then be stripped out.

This can follow on nicely from #3642

Code0x58 avatar Dec 07 '20 12:12 Code0x58