Skip to content

Commit

Permalink
add missing raise
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacro committed Nov 21, 2023
1 parent 64e5668 commit 204f380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reindex/s3_bucketd.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def _get_bucket_attributes(self, name):
except ValueError as e:
_log.exception(e)
_log.error('Invalid attributes response body! bucket:%s'%name)
raise
except MaxRetriesReached:
_log.error('Max retries reached getting bucket attributes bucket:%s'%name)
raise
Expand Down

0 comments on commit 204f380

Please sign in to comment.