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

fix: ignore debug-logging regular AttributeErrors #2054

Merged
merged 3 commits into from
May 3, 2024

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented May 3, 2024

What I did

fixes: #2053

the problem is we are debug logging every atttr error when we shouldnt be

How I did it

dont debug log attribute errors when they are acually attribute errors

How to verify it

ape -v debug

with and w/o

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey antazoey requested a review from mikeshultz May 3, 2024 22:30
mikeshultz
mikeshultz previously approved these changes May 3, 2024
fubuloubu
fubuloubu previously approved these changes May 3, 2024
@fubuloubu fubuloubu enabled auto-merge (squash) May 3, 2024 22:34
@antazoey antazoey dismissed stale reviews from fubuloubu and mikeshultz via c5ea941 May 3, 2024 22:41
@fubuloubu fubuloubu merged commit 4a039c2 into ApeWorX:main May 3, 2024
17 checks passed
@antazoey antazoey deleted the fix/attr-err-ignore branch May 6, 2024 19:23
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.

bug: object has no attribute '__isabstractmethod__'
3 participants