Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary try/except around ETSConfig.provisional_toolkit #935

Merged
merged 3 commits into from
Apr 25, 2021

Conversation

aaronayres35
Copy link
Contributor

closes #927

Note, that later in the file we were already just directly using ETSConfig.provisional_toolkit not provisional_toolkit (effectively assuming the try portion of the try...except would succeed). This PR removes the whole try...except which is now unnecessary.

Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aaronayres35 aaronayres35 merged commit d7606c5 into master Apr 25, 2021
@aaronayres35 aaronayres35 deleted the remove-try-provisional_toolkit branch April 25, 2021 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unnecessary try/except around ETSConfig.provisional_toolkit
2 participants