-
Notifications
You must be signed in to change notification settings - Fork 95
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 nil pointer dereference for valid demo #163
Conversation
DeepCode Report (#138c28)DeepCode analyzed this pull request. |
8282378
to
d70a67c
Compare
d70a67c
to
4c8b109
Compare
Codecov Report
@@ Coverage Diff @@
## master #163 +/- ##
=========================================
+ Coverage 91.53% 91.8% +0.26%
=========================================
Files 29 29
Lines 2493 2501 +8
=========================================
+ Hits 2282 2296 +14
+ Misses 158 152 -6
Partials 53 53
Continue to review full report at Codecov.
|
4c8b109
to
bc4bf26
Compare
we just assume it's a bot since all human players were parsed correctly in the demo where this problem was encountered.
bc4bf26
to
138c28f
Compare
Code Climate has analyzed commit 138c28f and detected 0 issues on this pull request. View more on Code Climate. |
…#163) we just assume it's a bot since all human players were parsed correctly in the demo where this problem was encountered.
fixes #162
We just assume the player which cannot be found is a bot and skip it, since all human players were parsed correctly in the demo where this problem was encountered.