diff options
author | 2020-03-01 13:59:17 -0500 | |
---|---|---|
committer | 2020-03-01 13:59:17 -0500 | |
commit | 9cca41b5d8943212b38eae3ae78e6472577ba6c1 (patch) | |
tree | 72571dcb62060467a8ccddc9af0a95a83eccc1c1 /tests/test_base.py | |
parent | Bump Dependencies & Relock (diff) |
Move syncer confirmation reaction check out of finally clause
Returning directly out of a `finally` clause can cause any exceptions raised in the clause to be discarded, so we can remove the finally clause entirely and shift the control statements into the body of the function
Diffstat (limited to 'tests/test_base.py')
0 files changed, 0 insertions, 0 deletions