fix: replace bare except clause with except Exception#10108
Open
haosenwang1018 wants to merge 1579 commits intoaws:v2from
Open
fix: replace bare except clause with except Exception#10108haosenwang1018 wants to merge 1579 commits intoaws:v2from
haosenwang1018 wants to merge 1579 commits intoaws:v2from
Conversation
* release-1.42.74: Bumping version to 1.42.74 Update changelog based on model updates
* release-1.42.75: Bumping version to 1.42.75 Update changelog based on model updates
* release-1.42.76: Bumping version to 1.42.76 Update changelog based on model updates
* release-1.43.0: Bumping version to 1.43.0 Add changelog entries from botocore Update changelog based on model updates
* release-1.43.1: Bumping version to 1.43.1 Update changelog based on model updates Merge customizations for EMR
* release-1.43.2: Bumping version to 1.43.2 Update changelog based on model updates Merge customizations for EKS
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* release-1.43.3: Bumping version to 1.43.3 Update changelog based on model updates
* release-1.43.4: Bumping version to 1.43.4 Update changelog based on model updates
* release-1.44.41: Bumping version to 1.44.41 Update changelog based on model updates
* release-1.44.42: Bumping version to 1.44.42 Update changelog based on model updates
Non-functional changes only: - Fixed minor spelling mistakes in comments - Corrected typos in user-facing strings - No variables, logic, or functional code was modified. Signed-off-by: Marcel Petrick <mail@marcelpetrick.it> Co-authored-by: Alex Shovlin <shovlia@amazon.com>
* release-1.44.43: Bumping version to 1.44.43 Update changelog based on model updates
Co-authored-by: Ian Lee <ianleeyt@amazon.com>
* release-1.44.44: Bumping version to 1.44.44 Update changelog based on model updates
Bumps [actions/stale](https://github.com/actions/stale) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@5f858e3...b5d41d4) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* release-1.44.45: Bumping version to 1.44.45 Update changelog based on model updates
* release-1.44.46: Bumping version to 1.44.46 Update changelog based on model updates
* release-1.44.47: Bumping version to 1.44.47 Update changelog based on model updates
* release-1.44.48: Bumping version to 1.44.48 Update changelog based on model updates
992e7ff to
0969d71
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace bare except clause with except Exception.