From 2827e7dc3a8f5cdf2d75a4d23f47b51c198a7492 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 5 May 2017 19:45:54 +0300 Subject: [PATCH] Fixed issue when debugger fails with a space in path to a project // Resolve #954 --- docs | 2 +- platformio/managers/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs b/docs index 1a6c873f..53ab5b0d 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 1a6c873fe5b670b3acb9bc08cbf7b4cd4395c015 +Subproject commit 53ab5b0db3de174117f47ce87236d033b20c133a diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 3dc7f8ff..2d02ce04 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager CORE_PACKAGES = { "pysite-pioplus": ">=0.3.0,<2", - "tool-pioplus": ">=0.8.5,<2", + "tool-pioplus": ">=0.8.6,<2", "tool-unity": "~1.20302.1", "tool-scons": "~3.20501.2" }