Skip to content

[Bug]: SafeConfigParser is now just Configparser #966

@mroe1234

Description

@mroe1234

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions