On Mon 13 Nov 2017 04:49:48 PM CET, Stefan Hajnoczi <stefa...@redhat.com> wrote: > On Fri, Nov 10, 2017 at 08:54:48PM +0200, Alberto Garcia wrote: >> + result = self.vm.qmp("blockdev-add", driver = "null-aio", >> + node_name = "cd0") > > PEP8 says: > > "Don't use spaces around the = sign when used to indicate a keyword > argument or a default parameter value." > > https://www.python.org/dev/peps/pep-0008/#whitespace-in-expressions-and-statements > > I fixed this while merging the patch.
Ok, thanks! Berto