mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Widen other filter from __filename to _filename
This commit is contained in:
parent
4e9070bd0c
commit
3f5cada2d4
@ -76,7 +76,7 @@ design_review = DesignReview.request(allspice, args.repo_owner, args.repo_name,
|
||||
file_name = "design_review_comments.md"
|
||||
|
||||
# Filter out special methods and attributes
|
||||
design_review_attributes = [attr for attr in dir(design_review) if not attr.startswith('__')]
|
||||
design_review_attributes = [attr for attr in dir(design_review) if not attr.startswith('_')]
|
||||
|
||||
# Print the public design_review attributes
|
||||
print(f"design_review_attributes: {design_review_attributes}")
|
||||
|
Loading…
Reference in New Issue
Block a user