suzieq
suzieq copied to clipboard
[Bug]: SafeConfigParser is now just Configparser
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'?