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

@@ -83,8 +83,8 @@ WARNING! Don't use `sudo` for the rest PlatformIO commands.
err=True)
raise exception.ReturnErrorCode(1)
else:
raise exception.UpgradeError("\n".join(
[str(cmd), r['out'], r['err']]))
raise exception.UpgradeError(
"\n".join([str(cmd), r['out'], r['err']]))
def get_latest_version():