We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36177d9 commit 528a212Copy full SHA for 528a212
scripts/update-release-metadata.py
@@ -15,7 +15,7 @@ def fetch_metadata():
15
Bucket='release-metadata',
16
Key='release-versions'
17
)
18
- except boto3.S3.Client.exceptions.NoSuchKey:
+ except client.exceptions.NoSuchKey:
19
sys.stderr.write('No release-metadata key found. Check permissions.\n')
20
return 1
21
0 commit comments