-
Notifications
You must be signed in to change notification settings - Fork 200
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
Fix NoneType
error when querying SOA records
#42
Fix NoneType
error when querying SOA records
#42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice find! And thank you for the fix and comprehensive description 👍
d3a60c6
to
c359e21
Compare
@mschwager I've fixed the error with Github actions by removing old versions of Python that are no longer available. Now it should pass the checks. |
Nice, thank you. If you're going to drop old Python version support in this PR, can you update these locations too: |
Good catch. I've adjusted the PR according to the comment. Moreover, I decided to pin down the minimal required Python version to 3.8. It will reduce the maintenance burden for cases if someone still uses the deprecated version of Python. |
Thanks for fixing the tests! I dropped the |
Hey there 👋🏻
In this PR, I have made changes to
fierce
function to fixNoneType
error whenever SOA query returnNone
. After applying the patch the tool will gradually shutdown and print a proper error message. I have tested the changes locally, and they work perfectly.Example of the error:
I would love to hear your feedback on these changes. Please let me know if there's anything you'd like me to modify or improve. I'm here to make any necessary adjustments to ensure this contribution aligns with the project's standards.
Cheers,
Max 👨🏻💻