)]}'
{"cloudkitty/utils/__init__.py":[{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"8f8b508541e6493a9646bc12666310dc092330f0","unresolved":true,"context_lines":[{"line_number":248,"context_line":"        try:"},{"line_number":249,"context_line":"            shutil.rmtree(tmpdir)"},{"line_number":250,"context_line":"        except OSError as e:"},{"line_number":251,"context_line":"            LOG.debug(\u0027Could not remove tmpdir: %s\u0027, e.strerror)"},{"line_number":252,"context_line":""},{"line_number":253,"context_line":""},{"line_number":254,"context_line":"def mutate(value, mode\u003d\u0027NONE\u0027):"}],"source_content_type":"text/x-python","patch_set":1,"id":"035d0f19_c52c73e2","line":251,"range":{"start_line":251,"start_character":0,"end_line":251,"end_character":64},"updated":"2021-01-11 13:52:28.000000000","message":"This doesn\u0027t do the same thing as the original code. It will print out:\n\nCould not remove tmpdir: No such file or directory\n\nwhile the original code resulted in (assuming the temporary directory is /tmp/foobar):\n\nCould not remove tmpdir: [Errno 2] No such file or directory: \u0027/tmp/foobar\u0027\n\nI think the original approach is better since it will give more details to the operator about the issue.","commit_id":"62b662bd3112cc8601bd216a3599285ad4b0834b"}]}
