)]}'
{"openstack_dashboard/dashboards/project/instances/workflows/create_instance.py":[{"author":{"_account_id":2455,"name":"Tihomir Trifonov","email":"t.trifonov@gmail.com","username":"ttrifonov"},"change_message_id":"6e854486c80511cd3faf7941ca29efd67cef31e3","unresolved":false,"context_lines":[{"line_number":112,"context_line":"            vol_type \u003d \"vol\""},{"line_number":113,"context_line":"            visible_label \u003d _(\"Volume\")"},{"line_number":114,"context_line":"        return ((\"%s:%s\" % (volume.id, vol_type)),"},{"line_number":115,"context_line":"                (string_concat(\"%s - %s GB (%s)\") % (volume.display_name,"},{"line_number":116,"context_line":"                                     volume.size,"},{"line_number":117,"context_line":"                                     visible_label)))"},{"line_number":118,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"AAAAOn%2F%2Fg%2Fk%3D","line":115,"updated":"2013-05-07 08:01:23.000000000","message":"What\u0027s the reason to use \"string_concat\" here? This code doesn\u0027t concatenate anything. A simple:\n\n    (_(\"%s - %s GB (%s)\") % (volume.display_name,\n\nwill do the same, if the purpose is just to avoid lazy translation.\n\nAlso the two rows below are not indented properly.","commit_id":"96251b707985c6d2add7ff0004af8567bbc427eb"}]}
