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

Removed except ImportError python 2 checks for configparser #367

Merged

Conversation

Will-Cross1
Copy link
Contributor

Replaced upper case ConfigParser for python 2 with the lower case python 3 version configparser

resolves #365

@Will-Cross1 Will-Cross1 requested a review from a team as a code owner September 11, 2024 12:17
@tofu-rocketry tofu-rocketry self-assigned this Sep 11, 2024
@tofu-rocketry tofu-rocketry added this to the 4.0.0 milestone Sep 11, 2024
replased upper case ConfigParser for python 2 with the lower case python 3 version configparser
@tofu-rocketry tofu-rocketry force-pushed the 365-factor-out-except-ImportError branch from 4a385f8 to e528d8b Compare September 11, 2024 12:48
@tofu-rocketry tofu-rocketry merged commit 213f283 into apel:dev Sep 11, 2024
9 of 12 checks passed
@Will-Cross1 Will-Cross1 deleted the 365-factor-out-except-ImportError branch September 11, 2024 14:04
William-Brown5515 pushed a commit to William-Brown5515/ssm that referenced this pull request Nov 20, 2024
Remove redundant Python 3 test from Travis and add caching to GH Action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Factor out except ImportError bits.
2 participants