)]}'
{"neutron/agent/linux/of_monitor.py":[{"author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"change_message_id":"e8bcdf5a601b1bde4d2cecc137af5c94abea13bc","unresolved":false,"context_lines":[{"line_number":71,"context_line":""},{"line_number":72,"context_line":"    def _parse_event_line(self, event_line):"},{"line_number":73,"context_line":"        match \u003d self.EVENT_RE.match(event_line)"},{"line_number":74,"context_line":"        if match is None:"},{"line_number":75,"context_line":"            return"},{"line_number":76,"context_line":"        return OFEvent(match.group(\u0027action\u0027), match.group(\u0027flow\u0027))"},{"line_number":77,"context_line":""},{"line_number":78,"context_line":"    def start(self, **kwargs):"},{"line_number":79,"context_line":"        if not self._is_running:"}],"source_content_type":"text/x-python","patch_set":11,"id":"3fa7e38b_642eea43","line":76,"range":{"start_line":74,"start_character":8,"end_line":76,"end_character":66},"updated":"2019-11-26 08:36:14.000000000","message":"nitty nit, shorter version of the same:\n\n    if match:\n        return OFEvent(match.group(\u0027action\u0027), match.group(\u0027flow\u0027))","commit_id":"cdadaef53abadfd0176fc2ffffe334a721e11156"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"592acdee995774a8dcbe8061c89d21d7dfe0057b","unresolved":false,"context_lines":[{"line_number":71,"context_line":""},{"line_number":72,"context_line":"    def _parse_event_line(self, event_line):"},{"line_number":73,"context_line":"        match \u003d self.EVENT_RE.match(event_line)"},{"line_number":74,"context_line":"        if match is None:"},{"line_number":75,"context_line":"            return"},{"line_number":76,"context_line":"        return OFEvent(match.group(\u0027action\u0027), match.group(\u0027flow\u0027))"},{"line_number":77,"context_line":""},{"line_number":78,"context_line":"    def start(self, **kwargs):"},{"line_number":79,"context_line":"        if not self._is_running:"}],"source_content_type":"text/x-python","patch_set":11,"id":"3fa7e38b_44264e25","line":76,"range":{"start_line":74,"start_character":8,"end_line":76,"end_character":66},"in_reply_to":"3fa7e38b_642eea43","updated":"2019-11-26 09:02:32.000000000","message":"If I need to respin the patch, I\u0027ll change it. Good catch.","commit_id":"cdadaef53abadfd0176fc2ffffe334a721e11156"}]}
