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: fix wrong call to logger.exception #1441

Merged
merged 1 commit into from
Oct 25, 2024
Merged

fix: fix wrong call to logger.exception #1441

merged 1 commit into from
Oct 25, 2024

Conversation

raphael0202
Copy link
Collaborator

fixes #1440

@raphael0202 raphael0202 requested a review from a team as a code owner October 25, 2024 14:31
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 54.74%. Comparing base (e8eed45) to head (5b0c52c).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
robotoff/metrics.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1441   +/-   ##
=======================================
  Coverage   54.74%   54.74%           
=======================================
  Files          85       85           
  Lines        8635     8635           
=======================================
  Hits         4727     4727           
  Misses       3908     3908           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@raphael0202 raphael0202 merged commit 750eea9 into main Oct 25, 2024
8 of 9 checks passed
@raphael0202 raphael0202 deleted the fix-1440 branch October 25, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: Logger.exception() missing 1 required positional argument: 'msg'
1 participant