suzieq icon indicating copy to clipboard operation
suzieq copied to clipboard

[Bug]: SafeConfigParser is now just Configparser

Open mroe1234 opened this issue 1 year ago • 0 comments

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 avatar Oct 17 '24 18:10 mroe1234