Skip to content

Commit 528a212

Browse files
committed
Fix client exception
1 parent 36177d9 commit 528a212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-release-metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def fetch_metadata():
1515
Bucket='release-metadata',
1616
Key='release-versions'
1717
)
18-
except boto3.S3.Client.exceptions.NoSuchKey:
18+
except client.exceptions.NoSuchKey:
1919
sys.stderr.write('No release-metadata key found. Check permissions.\n')
2020
return 1
2121

0 commit comments

Comments
 (0)