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

Fixed directly calling a potentially missing key in a dict #604

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

monsdar
Copy link
Contributor

@monsdar monsdar commented Oct 31, 2024

Fixes #603

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.98%. Comparing base (be5e92b) to head (a84554b).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #604   +/-   ##
=======================================
  Coverage   83.98%   83.98%           
=======================================
  Files          60       60           
  Lines        2254     2254           
=======================================
  Hits         1893     1893           
  Misses        361      361           

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

@cwendt94
Copy link
Owner

cwendt94 commented Nov 1, 2024

Thanks for creating the PR!

@cwendt94 cwendt94 merged commit 8f714a1 into cwendt94:master Nov 1, 2024
3 checks passed
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.

KeyError: 'stats' in player.py
2 participants