You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return function of this wrapper should be outside the try since the exception handling is solely for the resolving of the PID.
Instead the correct way to do it would be:
The return function of this wrapper should be outside the
try
since the exception handling is solely for the resolving of the PID.Instead the correct way to do it would be:
After this change is performed the test
test_delete_with_sqldatabase_error
will start failing since the Exception is not handled then.The text was updated successfully, but these errors were encountered: