Skip to content
Snippets Groups Projects
Commit 8439351d 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 d96d8bbb
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