-
Notifications
You must be signed in to change notification settings - Fork 0
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
docs: Updated documentation in update potting region. #477
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #477 +/- ##
=======================================
Coverage 60.22% 60.22%
=======================================
Files 23 23
Lines 4983 4983
=======================================
Hits 3001 3001
Misses 1982 1982 ☔ View full report in Codecov by Sentry. |
After this is completed, this commit should be cherry picked to the |
update_request1, | ||
update_request2 | ||
] | ||
) |
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.
This line should be outdented.
update_request2 | ||
] | ||
>>> return_codes = sherlock.layer.update_potting_region(request) | ||
>>> all_requests = UpdatePottingRegionRequest( |
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.
How about renaming all_requests
to request
, since it is a request object?
Description
Updated example for update potting region.
Issue linked
Update potting region example is incorrect #476
Checklist:
- Run tests without Sherlock running
- Run tests with Sherlock GRPC connection
- pre-commit command line check
- Problems tab in PyCharm
- Open index.html
- Click on "API Reference" at the top.
- Verify HTML for API changes.
feat: adding new PySherlock command
)