)]}'
{"cinderclient/v3/volumes.py":[{"author":{"_account_id":5314,"name":"Brian Rosmaita","email":"rosmaita.fossdev@gmail.com","username":"brian-rosmaita"},"change_message_id":"03a781447af5af93416e7f71feb433485c14ebed","unresolved":false,"context_lines":[{"line_number":132,"context_line":"        :param volume: volume object or volume id."},{"line_number":133,"context_line":"        :param snapshot: snapshot object or snapshot id."},{"line_number":134,"context_line":"        \"\"\""},{"line_number":135,"context_line":"        return self._action(\u0027revert\u0027, volume,"},{"line_number":136,"context_line":"                            info\u003d{\u0027snapshot_id\u0027: base.getid(snapshot)})"},{"line_number":137,"context_line":""},{"line_number":138,"context_line":"    @api_versions.wraps(\u00273.12\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_65eb84a4","line":135,"range":{"start_line":135,"start_character":38,"end_line":135,"end_character":44},"updated":"2020-02-12 12:11:36.000000000","message":"just noting that _action does a base.getid() call on this, so if the volume id is passed instead of the volume object, this will work (i.e., the change to line 132 is fine)","commit_id":"8f12b620a0002325b8f90fa8c2cfe267543443df"}]}
