That changed line is also without test coverage. As far as I can tell, it's the *only* uncovered changed line in the branch (it is hard to get coverage reporting on `sitecustomize.py` though).
`unknownFile` is clearly a string. It is less clear whether that is a byte string or a unicode string (on Python 3). But on Python 2 it's clearly a byte string. Exercising that branch on Python 2 should be pretty easy, I'll give it a shot. -- https://code.launchpad.net/~glyph/divmod.org/combinator-py3/+merge/148853 Your team Divmod-dev is subscribed to branch lp:divmod.org. -- Mailing list: https://launchpad.net/~divmod-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~divmod-dev More help : https://help.launchpad.net/ListHelp

