Skip to content

Commit

Permalink
Shorten comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
DailyDreaming committed Aug 19, 2024
1 parent 2b8f404 commit dbe3fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toil/jobStores/aws/jobStore.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ def bucket_retry_predicate(error):

bucketExisted = True
try:
# the head_bucket() call makes sure that the bucket exists and the user can access it
# make sure bucket exists and user can access it
head_s3_bucket(Bucket=bucket_name)

bucket = self.s3_resource.Bucket(bucket_name)
Expand Down

0 comments on commit dbe3fab

Please sign in to comment.