Skip to content
Snippets Groups Projects
Commit d545b895234a authored by Manuel Jacob's avatar Manuel Jacob
Browse files

py3: use `%d` for int in % formatting

On Python 3, `%s` is an alias to `%b`, which requires that the object implements
`__bytes__()`, which is not the case for `int`.
parent 75b59d221aa3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment