Comment 9 for bug 875879

Revision history for this message
Brian Murray (brian-murray) wrote :

The source code looks like:

            if line.startswith("@@"):
                match = re.match(self.REGEX_RANGE, line)
                line_number = int(match.group("from_start"))

return'ing if there is no match should work but I wonder why there isn't a match.