Apply YAPF

This commit is contained in:
Ivan Kravets
2017-01-24 21:54:50 +02:00
parent 92b2782af8
commit a874db38be
5 changed files with 19 additions and 19 deletions

View File

@@ -591,8 +591,8 @@ def GetLibBuilders(env): # pylint: disable=too-many-branches
if verbose:
sys.stderr.write("Ignored library %s\n" % lb.path)
return
if compat_mode > 1 and not lb.is_platforms_compatible(env[
'PIOPLATFORM']):
if compat_mode > 1 and not lb.is_platforms_compatible(
env['PIOPLATFORM']):
if verbose:
sys.stderr.write("Platform incompatible library %s\n" %
lb.path)