)]}'
{"ceilometer/gnocchi_client.py":[{"author":{"_account_id":28356,"name":"Rafael Weingartner","email":"rafael@apache.org","username":"rafaelweingartner"},"change_message_id":"a286cb3ef1d876018659952585c611b813ca87f1","unresolved":false,"context_lines":[{"line_number":281,"context_line":"        elif ops[\u0027type\u0027] \u003d\u003d \u0027create_resource_type\u0027:"},{"line_number":282,"context_line":"            try:"},{"line_number":283,"context_line":"                gnocchi.resource_type.get(name\u003dops[\u0027resource_type\u0027])"},{"line_number":284,"context_line":"            except (gnocchi_exc.ResourceTypeNotFound, gnocchi_exc.NotFound):"},{"line_number":285,"context_line":"                rt \u003d {\u0027name\u0027: ops[\u0027resource_type\u0027],"},{"line_number":286,"context_line":"                      \u0027attributes\u0027: ops[\u0027data\u0027][0][\u0027attributes\u0027]}"},{"line_number":287,"context_line":"                gnocchi.resource_type.create(resource_type\u003drt)"}],"source_content_type":"text/x-python","patch_set":1,"id":"9f560f44_c61427a3","line":284,"range":{"start_line":284,"start_character":19,"end_line":284,"end_character":76},"updated":"2020-08-20 17:41:12.000000000","message":"Can you add a log here when this except code is executed? Then, we know if somehow some other error is captured here and triggers a resource type creation.","commit_id":"e92e4347aa24291571eb66e6a5ccad488bf5d57c"}]}
