Dear Fam,

Fam Zheng <f...@redhat.com> writes:

> On Wed, 08/24 20:30, Sascha Silbe wrote:
[tests/docker/docker.py]
>> @@ -25,6 +25,10 @@ from tarfile import TarFile, TarInfo
>>  from StringIO import StringIO
>>  from shutil import copy, rmtree
>>  
>> +
>> +DEVNULL = open(os.devnull, 'wb')
>> +
>> +
>
> Too many blank lines? Otherwise looks good.

You caught me sneaking in a PEP-8 compliance fix. ;)

Is qemu using a custom code style for Python sources? If so, is it
documented somewhere?

Thanks for reviewing!

Sascha
-- 
Softwareentwicklung Sascha Silbe, Niederhofenstraße 5/1, 71229 Leonberg
https://se-silbe.de/
USt-IdNr. DE281696641


Reply via email to