From 579a9735129b3b15459f66da1d8e9a194c38c881 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 20 Nov 2018 01:23:34 +0200 Subject: [PATCH] Handle CWD when searching for a file // Resolve #1930 --- platformio/managers/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 1945b055..c34da52b 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -28,7 +28,7 @@ CORE_PACKAGES = { "contrib-pysite": ">=0.3.2,<2", "tool-pioplus": "^1.5.0", "tool-unity": "~1.20403.0", - "tool-scons": "~2.20501.5" + "tool-scons": "~2.20501.6" } PIOPLUS_AUTO_UPDATES_MAX = 100