Why the total number of issues is a float? #807
Answered
by
ericwb
gastonstrizzolo
asked this question in
Q&A
-
Hi! |
Beta Was this translation helpful? Give feedback.
Answered by
ericwb
Feb 11, 2022
Replies: 1 comment 1 reply
-
Hi @gastonstrizzolo, this was fixed in PR #794. It was a result of differences between Python 2.x and 3.x. Since bandit only supports Python 3 now, it was an easy fix. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ericwb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gastonstrizzolo, this was fixed in PR #794. It was a result of differences between Python 2.x and 3.x. Since bandit only supports Python 3 now, it was an easy fix.