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

py3: avoid passing non-ints to changelog.__contains__

changelog.__contains__ compares the argument to integers. On Python 2, this
results in a return value of False if passing in non-ints. On Python 3, this
results in an exception if passing in non-ints.
parent 2a16bc66
No related branches found
No related tags found
Loading
Pipeline #5853 passed with warnings
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