As described in #102, when path with -, it will report TypeError: '>' not supported between instances of 'str' and 'int' in python3 , which is not conducive to positioning errors.
Coverage increased (+0.07%) to 65.048% when pulling 86f82becdc7f69a1153f2a7400117bed09ebd8c9 on Alanscut:issue-102 into 9e4d423c22bedad6ffc260541ae587114dfed70a on stefankoegl:master.
As described in #102, when
path
with-
, it will reportTypeError: '>' not supported between instances of 'str' and 'int'
in python3 , which is not conducive to positioning errors.