simplified code:
'handle_errors' is *always* true at this point because otherwise the error would have been re-raised in line 270. Removed the raise statement because it was unreachable.
Showing
Please register or sign in to comment
'handle_errors' is *always* true at this point because otherwise the error would have been re-raised in line 270. Removed the raise statement because it was unreachable.