YAPF formatter

This commit is contained in:
Ivan Kravets
2017-11-01 14:10:32 +02:00
parent 86de58b9e1
commit e5e5ebb7db
7 changed files with 22 additions and 22 deletions

View File

@ -87,8 +87,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():