-
Notifications
You must be signed in to change notification settings - Fork 3
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 parsing of garbage input to getlog #44
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #44 +/- ##
==========================================
- Coverage 71.60% 71.52% -0.09%
==========================================
Files 13 13
Lines 1363 1366 +3
==========================================
+ Hits 976 977 +1
- Misses 387 389 +2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok to me, but you have linting errors from flake8...
82a0995
to
5dd9180
Compare
5dd9180
to
d97de03
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Closes #36
Sometimes, Zino 1 replies to
b'getlog'
with the output fromb'getattrs'
, this leads to an exception.That exception is here replaced with a RetryError.