Fix critical issue when platformio init --ide__ command hangs PlatformIO // Resolve #283

This commit is contained in:
Ivan Kravets
2015-09-06 18:16:09 +03:00
parent bc449fec48
commit 0311418bfc
5 changed files with 32 additions and 8 deletions

View File

@@ -174,8 +174,7 @@ class EnvironmentProcessor(object):
def _autoinstall_platform(ctx, platform, targets):
installed_platforms = PlatformFactory.get_platforms(
installed=True).keys()
installed_platforms = PlatformFactory.get_platforms(installed=True).keys()
cmd_options = {}
p = PlatformFactory.newPlatform(platform)