<div dir="ltr"><div class="gmail_quote">Building vdsm/master in F20, I&#39;ve got:<br>
<br>
./vdsm/virt/migration.py:223:19: E225 missing whitespace around operator<br>
<br>
In vdsm/virt/migration.py:<br>
<br>
223                  -1, -1)                             # int1, int2$<br>
<br>
pep8 is not accepting the negative integer. Instead, it is handling the<br>
minus sign as an operator. Quick workaround is change -1 to int(&quot;-1&quot;).<br>
Is this a known issue?<br>
<br>
I&#39;m using python-pep8-1.5.4-1.fc20.noarch<br>
<br>
--<br>
Pahim<br>
</div>
</div>