st3m: handle toml syntax errors more gracefully
Fixing issue #57 (closed)
Merge request reports
Activity
added 2 commits
enabled an automatic merge when the pipeline for 0cf2760e succeeds
Apparently it derives from
BaseException
?!"Derive exceptions from
Exception
rather thanBaseException
. Direct inheritance fromBaseException
is reserved for exceptions where catching them is almost always the wrong thing to do."https://peps.python.org/pep-0008/#programming-recommendations
Please register or sign in to reply