This pattern is used 4 times in that file, I suggest to create a _check_int function. Something like
def _check_int(idx, message=""): try: int(idx) except: return message
return text in line 69 fails as text is never defined before it gets executed.
1 new commit added
:thumbsup:
rebased
Thanks :)
Pull-Request has been merged by pingou