
lgtm.com warns about unqualified "except". This catches any "BaseException", when we really only should handle "Exception" here.
lgtm.com warns about unqualified "except". This catches any "BaseException", when we really only should handle "Exception" here.