-
Notifications
You must be signed in to change notification settings - Fork 9
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: get_jobs exception when single job entry #165
fix: get_jobs exception when single job entry #165
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
A Preview PR in PanDev repo has been created. You can view it here. |
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.
lgtm
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.
Looks good!
## [0.3.5](v0.3.4...v0.3.5) (2024-04-10) ### Bug Fixes * get_jobs exception when single job entry ([#165](#165)) ([7650bbb](7650bbb))
🎉 This PR is included in version 0.3.5 🎉 The release is available on PyPI and GitHub release
|
Description
Fixes
FirewallProxy.get_jobs()
method to handle jobs response with a single entry as dict (instead of list).See #164 for details.
Motivation and Context
Fixes #164 and #124
How Has This Been Tested?
Tested on firewalls with example scripts.
Types of changes
Checklist