)]}'
{"nova/virt/libvirt/driver.py":[{"author":{"_account_id":4690,"name":"melanie witt","display_name":"melwitt","email":"melwittt@gmail.com","username":"melwitt"},"change_message_id":"bdc6ec89e9595ad4e483aed21d1ad00297ca6470","unresolved":true,"context_lines":[{"line_number":7972,"context_line":"                    if not self.pgpu_type_default:"},{"line_number":7973,"context_line":"                        self.pgpu_type_default \u003d vgpu_type"},{"line_number":7974,"context_line":"                    else:"},{"line_number":7975,"context_line":"                        msg \u003d (\"mdev type default already set to %s\","},{"line_number":7976,"context_line":"                               self.pgpu_type_default)"},{"line_number":7977,"context_line":"                        LOG.warning(msg)"},{"line_number":7978,"context_line":"                    continue"}],"source_content_type":"text/x-python","patch_set":1,"id":"2bbcc2a8_7e30d65c","line":7975,"in_reply_to":"d9805c4b_6f72e06b","updated":"2023-11-10 18:26:01.000000000","message":"\u003e pep8: error: Incompatible types in assignment (expression has type \"Tuple[str, Any]\", variable has type \"str\")  [assignment]\n\nDid you maybe mean to do instead?\n\n```\nmsg \u003d (\"mdev type default already set to %s\" %\n       self.pgpu_type_default)\n```","commit_id":"e377782cb8d45275399c7d8f73325f43d9af7ec8"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"c546755fa4d36780e253f9a2e0803f2ea5d342cd","unresolved":true,"context_lines":[{"line_number":7974,"context_line":"                    else:"},{"line_number":7975,"context_line":"                        msg \u003d (\"mdev type default already set to %s\","},{"line_number":7976,"context_line":"                               self.pgpu_type_default)"},{"line_number":7977,"context_line":"                        LOG.warning(msg)"},{"line_number":7978,"context_line":"                    continue"},{"line_number":7979,"context_line":"                if device_address in self.pgpu_type_mapping:"},{"line_number":7980,"context_line":"                    raise exception.InvalidLibvirtMdevConfig("}],"source_content_type":"text/x-python","patch_set":1,"id":"87763911_f9209e84","line":7977,"updated":"2023-11-10 00:44:29.000000000","message":"you could fix this by doing `LOG.warning(*msg)` i think but instead of creating a tuple and passign that as a singel argumet to the log funciton and expanding it with * you shouldust remove the msg var and define pass the string and parmater directly to LOG.warning.","commit_id":"e377782cb8d45275399c7d8f73325f43d9af7ec8"}]}
