Closed bensteinberg closed 1 year ago
Patch coverage has no change and project coverage change: -0.03%
:warning:
Comparison is base (
212cd27
) 62.05% compared to head (ca0c218
) 62.03%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Note that there is no direct evidence in the traceback that the delete call is the source of the error.
On a test run of
fab export_reporters_to_s3
we see this error:This PR wraps what I think is the only unwrapped
s3_client
call in this script in a try-except, printing a notice in this particular case and re-raising an exception otherwise.