Skip to content

Commit

Permalink
Update misc/e2elive.py
Browse files Browse the repository at this point in the history
Co-authored-by: Will Winder <[email protected]>
  • Loading branch information
Eric-Warehime and winder authored Aug 10, 2022
1 parent 81a1bd1 commit 8079778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/e2elive.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def main():
from botocore.config import Config
from botocore import UNSIGNED
s3 = boto3.client("s3", config=Config(signature_version=UNSIGNED))
s3 = boto3.client('s3', config=Config(signature_version=UNSIGNED))
tarpath = os.path.join(tempdir, tarname)
prefix = "indexer/e2e4"
success = firstFromS3Prefix(s3, bucket, prefix, tarname, outpath=tarpath)
Expand Down

0 comments on commit 8079778

Please sign in to comment.