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

[Bugfix] Changed the deprecated SafeConfigParser attribute to ConfigParser #61

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

mute019
Copy link
Contributor

@mute019 mute019 commented Dec 5, 2023

As per your instructions, I got rid of the deprecated SafeConfigParse attribute from the config.py file and replaced it with ConfigParser attribute.

Copy link
Member

@ckreibich ckreibich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ckreibich ckreibich merged commit 00afdb1 into zeek:master Dec 7, 2023
2 checks passed
@mute019 mute019 deleted the parser_bugfix branch December 7, 2023 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Error] module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'
2 participants