From 1171cb204c8c5ef3eb379f94e66754eda43c310f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 19 Dec 2017 16:50:09 +0200 Subject: [PATCH] Fix broken syntax --- platformio/exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/exception.py b/platformio/exception.py index 4a1bdc66..a2c8d9de 100644 --- a/platformio/exception.py +++ b/platformio/exception.py @@ -226,7 +226,7 @@ class UpgradeError(PlatformioException): class HomeDirPermissionsError(PlatformioException): MESSAGE = "You do not have permissions to PlatformIO home directory.\n"\ - "Please remove `{0}` folder manually and avoid using " + "Please remove `{0}` folder manually and avoid using "\ "`sudo pio ...`."