)]}'
{"neutron/services/logapi/drivers/ovn/driver.py":[{"author":{"_account_id":6773,"name":"Lucas Alvares Gomes","email":"lucasagomes@gmail.com","username":"lucasagomes"},"change_message_id":"3c595b99732e656cc7c49599a2fcb1afbb1988ec","unresolved":true,"context_lines":[{"line_number":159,"context_line":"            meter_name \u003d self.meter_name"},{"line_number":160,"context_line":"            if ovn_const.OVN_DROP_PORT_GROUP_NAME not in pg[\"name\"]:"},{"line_number":161,"context_line":"                stateful \u003d sg_obj.SecurityGroup.get_sg_by_id(context,"},{"line_number":162,"context_line":"                    pg[\"name\"].strip(\"pg_\").replace(\u0027_\u0027, \u0027-\u0027)).stateful"},{"line_number":163,"context_line":"                if not stateful:"},{"line_number":164,"context_line":"                    print(\"a\")"},{"line_number":165,"context_line":"                    meter_name \u003d meter_name + (\"_stateless\")"}],"source_content_type":"text/x-python","patch_set":4,"id":"8806e45c_3dce34c4","line":162,"range":{"start_line":162,"start_character":31,"end_line":162,"end_character":43},"updated":"2023-08-31 12:27:25.000000000","message":"Do we want to use strip here ? Cause this can have some side effects. Strip will remove the set of chars that you passed to it from the string. For example:\n\n```\nIn [6]: a \u003d \u0027pg_pg123_gpgpg\u0027\n\nIn [7]: a.strip(\u0027pg_\u0027)\nOut[7]: \u0027123\u0027\n```\n\nIf you just want to remove the leading \"pg_\" from the string I recommend using replace:\n\n```\nIn [8]: a.replace(\u0027pg_\u0027, \u0027\u0027, 1)\nOut[8]: \u0027pg123_gpgpg\u0027\n```","commit_id":"cf7c4141be9fcaf929cc3704a598ac3cfa27bea9"},{"author":{"_account_id":32586,"name":"Elvira García Ruiz","display_name":"Elvira","email":"egarciar@redhat.com","username":"elvira"},"change_message_id":"2e9bb3b53afd020b406a97984e016f42f935490f","unresolved":true,"context_lines":[{"line_number":159,"context_line":"            meter_name \u003d self.meter_name"},{"line_number":160,"context_line":"            if ovn_const.OVN_DROP_PORT_GROUP_NAME not in pg[\"name\"]:"},{"line_number":161,"context_line":"                stateful \u003d sg_obj.SecurityGroup.get_sg_by_id(context,"},{"line_number":162,"context_line":"                    pg[\"name\"].strip(\"pg_\").replace(\u0027_\u0027, \u0027-\u0027)).stateful"},{"line_number":163,"context_line":"                if not stateful:"},{"line_number":164,"context_line":"                    print(\"a\")"},{"line_number":165,"context_line":"                    meter_name \u003d meter_name + (\"_stateless\")"}],"source_content_type":"text/x-python","patch_set":4,"id":"ad7bc72d_4d15d44d","line":162,"range":{"start_line":162,"start_character":31,"end_line":162,"end_character":43},"in_reply_to":"8806e45c_3dce34c4","updated":"2023-08-31 12:50:35.000000000","message":"oh you are totally right there! I will upload a new patchset","commit_id":"cf7c4141be9fcaf929cc3704a598ac3cfa27bea9"}]}
