)]}'
{"cinderlib/nos_brick.py":[{"author":{"_account_id":4523,"name":"Eric Harney","email":"eharney@redhat.com","username":"eharney"},"change_message_id":"4745194135a1535d379ccfcce6e9c52ffaeb8f67","unresolved":false,"context_lines":[{"line_number":134,"context_line":"        \"\"\"Verify an existing RBD handle is connected and valid.\"\"\""},{"line_number":135,"context_line":"        if self.im_root:"},{"line_number":136,"context_line":"            try:"},{"line_number":137,"context_line":"                with open(path, \u0027r+b\u0027) as f:"},{"line_number":138,"context_line":"                    f.read(4096)"},{"line_number":139,"context_line":"            except Exception:"},{"line_number":140,"context_line":"                return False"}],"source_content_type":"text/x-python","patch_set":5,"id":"3f4c43b2_d231825c","line":137,"range":{"start_line":137,"start_character":33,"end_line":137,"end_character":36},"updated":"2020-04-20 15:13:25.000000000","message":"Do you really want \u0027r+b\u0027 instead of \u0027rb\u0027 here?\n\nThis changes this to read/write instead of read-only.","commit_id":"6063e26361877f020e0a4bfbfd929cef4624427e"},{"author":{"_account_id":9535,"name":"Gorka Eguileor","email":"geguileo@redhat.com","username":"Gorka"},"change_message_id":"24be22a8bc317a8d46c9020f82344c8ab6a021ba","unresolved":false,"context_lines":[{"line_number":134,"context_line":"        \"\"\"Verify an existing RBD handle is connected and valid.\"\"\""},{"line_number":135,"context_line":"        if self.im_root:"},{"line_number":136,"context_line":"            try:"},{"line_number":137,"context_line":"                with open(path, \u0027r+b\u0027) as f:"},{"line_number":138,"context_line":"                    f.read(4096)"},{"line_number":139,"context_line":"            except Exception:"},{"line_number":140,"context_line":"                return False"}],"source_content_type":"text/x-python","patch_set":5,"id":"1f493fa4_f0935ca2","line":137,"range":{"start_line":137,"start_character":33,"end_line":137,"end_character":36},"in_reply_to":"3f4c43b2_d231825c","updated":"2020-04-21 10:44:15.000000000","message":"I was thinking that it would be good to be sure that I can also open it for writing, but it\u0027s true than then this code is different from the dd below.\n\nThanks, I\u0027ll change it.","commit_id":"6063e26361877f020e0a4bfbfd929cef4624427e"}]}
