)]}'
{"trove/guestagent/utils/docker.py":[{"author":{"_account_id":26285,"name":"wu.chunyang","email":"wchy1001@gmail.com","username":"wu.chunyang"},"change_message_id":"dd21453415cb2ff1759c40da9425a53727f73f55","unresolved":true,"context_lines":[{"line_number":29,"context_line":"        container \u003d client.containers.get(name)"},{"line_number":30,"context_line":"    except docker.errors.NotFound:"},{"line_number":31,"context_line":"        LOG.warning(\"Failed to get container %s\", name)"},{"line_number":32,"context_line":"        return"},{"line_number":33,"context_line":""},{"line_number":34,"context_line":"    container.stop(timeout\u003dCONF.state_change_wait_time)"},{"line_number":35,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"13afec81_791f2207","side":"PARENT","line":32,"range":{"start_line":32,"start_character":8,"end_line":32,"end_character":14},"updated":"2022-11-01 14:33:48.000000000","message":"Hi, I think if those code catch the NotFound error, this method should return None, if any other errors occurs, I think this method should raise an exception and break, and the later code should not be executed. the demo you written in story missing the return clause, could you add it and try again ? thanks","commit_id":"3789a3951b120ebd0eaaa5a9b196d3cc30418092"}]}
