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

[Bug]: SafeConfigParser is now just Configparser #966

Open
mroe1234 opened this issue Oct 17, 2024 · 0 comments
Open

[Bug]: SafeConfigParser is now just Configparser #966

mroe1234 opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mroe1234
Copy link

Suzieq version

0.8

Install Type

hand deployed python

Python version

3.10

Impacted component

other

Steps to Reproduce

You'll probably get there as you validate newer python versions, but it looks like SafeConfigParser is now just ConfigParser.

AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

Expected Behavior

Just a build issue with newer pythons

Observed Behavior

AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

Screenshots

Additional Context

@mroe1234 mroe1234 added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant