String formatting error in error message
Bug #1722389 reported by
J R Parsons
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python-Crypto |
New
|
Undecided
|
Unassigned |
Bug Description
In **Cipher/
"Size of the counter block (% bytes ..."
but should read
"Size of the counter block (%d bytes ..." to avoid throwing an invalid string formatting error. Recommend searching the code for "% bytes" to see if it was reused code.
To post a comment you must log in.